Skip to content

Commit

Permalink
Add a workflow file for handling new issues (pulumi#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Dec 6, 2022
1 parent e190fe9 commit 5f4987c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues to project
on:
issues:
types:
- opened
- reopened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add to DevRel
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/pulumi/projects/47
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}

0 comments on commit 5f4987c

Please sign in to comment.