diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 098501f04..a75969ae3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -53,6 +53,6 @@ jobs: with: comment-id: ${{ github.event.comment.id }} body: | - This PR can be tested using [binaries](https://github.com/docker/compose-cli/actions/runs/${{ github.run_id }}) + This PR can be tested using [binaries](https://github.com/docker/compose-cli/actions/runs/${{ github.run_id }}). reactions: eyes diff --git a/.github/workflows/pending_answered.yml b/.github/workflows/pending_answered.yml index e26a74bbc..02c46f901 100644 --- a/.github/workflows/pending_answered.yml +++ b/.github/workflows/pending_answered.yml @@ -1,4 +1,4 @@ -name: Remove pending lable on answer +name: Remove pending label on answer on: issue_comment: