Skip to content

Commit

Permalink
Update assign-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdebolskiy authored Jul 25, 2024
1 parent 3b3bb74 commit cd0433c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Assign to High Priority project
steps:
- name: Assign issues and pull requests with priority-high label to project 25
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
uses: srggrs/assign-one-project-github-action@1.3.1
if: |
contains(github.event.issue.labels.*.name, 'bug') ||
contains(github.event.pull_request.labels.*.name, 'bug')
with:
project: 'https://github.com/users/mvdebolskiy/projects/1'
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit cd0433c

Please sign in to comment.