Skip to content

Commit 8b11290

Browse files
authored
Create add-to-project.yml (#406)
1 parent 6dd8371 commit 8b11290

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/add-to-project.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Add issues to OSS Big Tent team project
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
jobs:
7+
add-to-project:
8+
name: Add issue to project
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@main
12+
with:
13+
project-url: https://github.com/orgs/grafana/projects/457
14+
github-token: ${{ secrets.ISSUE_COMMANDS_TOKEN }}

0 commit comments

Comments
 (0)