Skip to content

Commit

Permalink
Remove backticks from assign-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin authored Jan 31, 2024
1 parent a73a170 commit 99bd601
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/assign-one-project-github-action@1.3.1
if: |
contains(github.event.issue.labels.*.name, 'priority: high') ||
Expand Down

0 comments on commit 99bd601

Please sign in to comment.