Skip to content

Commit

Permalink
fix: Language edits
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 25, 2024
1 parent f7c29d3 commit f804e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:

jobs:
main:
name: Check if pull request has a linked issue
name: Check if the pull request has a linked issue
runs-on: ubuntu-latest
steps:
- name: Count closing issue references
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
.totalCount > 0;
- if: ${{ steps.has-closing-issue.outputs.result != 'true' }}
name: Suggest that the contributor linked an issue
name: Suggest that the contributor link an issue
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Add issue to the release project
runs-on: ubuntu-latest
steps:
- name: Get the current release project
- name: Get the latest release project
id: get-project-url
uses: actions/github-script@v7
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
return result;
- if: ${{ steps.author-is-contributor.outputs.result == 'true' }}
name: Add issue to project
name: Add issue to the release project if it has a release label
uses: actions/[email protected]
with:
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
Expand Down

0 comments on commit f804e07

Please sign in to comment.