Skip to content

Commit 8c72aba

Browse files
authored
Add GitHub Actions workflow for triaging issues and PRs
1 parent 1efadaf commit 8c72aba

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Add new bugs & PRs to Triage project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- transferred
8+
pull_request:
9+
types:
10+
- opened
11+
12+
permissions: {}
13+
jobs:
14+
add-to-project:
15+
name: Add new bugs and PRs to Triage project
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/add-to-project@main
19+
with:
20+
project-url: https://github.com/orgs/Laravel-Backpack/projects/13
21+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)