diff --git a/.github/workflows/changelog-fragment.yml b/.github/workflows/changelog-fragment.yml index a97db7f5..e6a54d54 100644 --- a/.github/workflows/changelog-fragment.yml +++ b/.github/workflows/changelog-fragment.yml @@ -1,3 +1,4 @@ +--- name: Changelog Fragment present on: diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index b1e2e569..b7b37bd9 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -1,3 +1,4 @@ +--- name: Dependabot auto-merge on: pull_request_target diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 0f681e42..5204f679 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -1,3 +1,4 @@ +--- name: Prepare Release on: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46edc496..1a07b454 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,3 +1,4 @@ +--- name: Publish to PyPI / GitHub on: diff --git a/.github/workflows/status_embed.yml b/.github/workflows/status_embed.yml index 564b4afc..cf4fe658 100644 --- a/.github/workflows/status_embed.yml +++ b/.github/workflows/status_embed.yml @@ -1,3 +1,4 @@ +--- name: Status Embed on: @@ -14,7 +15,7 @@ concurrency: jobs: status_embed: - name: Send Status Embed to Discord + name: Send Status Embed to Discord runs-on: ubuntu-latest steps: # A workflow_run event does not contain all the information @@ -45,7 +46,7 @@ jobs: uses: SebastiaanZ/github-status-embed-for-discord@v0.3.0 with: # Our GitHub Actions webhook - webhook_id: '1051784242318815242' + webhook_id: "1051784242318815242" webhook_token: ${{ secrets.webhook_token }} # We need to provide the information of the workflow that @@ -64,5 +65,5 @@ jobs: # And some additional details actor: ${{ github.actor }} - repository: ${{ github.repository }} + repository: ${{ github.repository }} ref: ${{ github.ref }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ea224e57..2eadea28 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -1,3 +1,4 @@ +--- name: Unit-Tests on: workflow_call diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 2cd0a7fa..93766034 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -1,3 +1,4 @@ +--- name: Validation on: workflow_call