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 99ed27f commit 02bec75
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ on:
types: [opened, labeled]
pull_request:
types: [opened, labeled]

env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

jobs:
assign_high_priority:
name: Add pull request to project 25
runs-on: ubuntu-latest
name: Assign to High Priority project
steps:
- name: Assign issues and pull requests with priority-high label to project 25
uses: srggrs/[email protected]
with:
project: 'https://github.com/users/mvdebolskiy/projects/1'
- uses: actions/add-to-project@RELEASE_VERSION
with:
project-url: https://github.com/users/mvdebolskiy/projects/1
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
labeled: bug

0 comments on commit 02bec75

Please sign in to comment.