Skip to content

Commit

Permalink
Merge pull request #2342 from ESCOMP/fix-auto-assign
Browse files Browse the repository at this point in the history
Fix "Assign to project" Github action.
  • Loading branch information
samsrabin committed Feb 1, 2024
2 parents a73a170 + 829da76 commit e611238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Assign to High Priority project
steps:
- name: Assign issues and pull requests with `priority: high` label to project 25
- name: Assign issues and pull requests with priority-high label to project 25
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'priority: high') ||
Expand Down

0 comments on commit e611238

Please sign in to comment.