forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99ed27f
commit 02bec75
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|