Skip to content

Commit da7d369

Browse files
Create assign-to-project.yml
1 parent 02098da commit da7d369

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Auto Assign to Project(s)
2+
3+
on:
4+
issues:
5+
types: [opened, labeled]
6+
env:
7+
MY_GITHUB_TOKEN: ${{ secrets.GRAFANABOT_PAT }}
8+
9+
jobs:
10+
assign_one_project:
11+
runs-on: ubuntu-latest
12+
name: Assign to One Project
13+
steps:
14+
- name: Assign issues to project
15+
uses: srggrs/[email protected]
16+
with:
17+
project: 'https://github.com/orgs/grafana/projects/98'
18+
column_name: 'Triage'

0 commit comments

Comments
 (0)