Skip to content

Commit

Permalink
Remove a colon from assign-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin authored Feb 1, 2024
1 parent 99bd601 commit 829da76
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 829da76

Please sign in to comment.