Skip to content

Commit 5f4987c

Browse files
authored
Add a workflow file for handling new issues (#1316)
1 parent e190fe9 commit 5f4987c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add issues to project
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
- reopened
7+
8+
jobs:
9+
add-to-project:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Add to DevRel
13+
uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/pulumi/projects/47
16+
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}

0 commit comments

Comments
 (0)