Skip to content

Add issue and PR automation workflows #1

Add issue and PR automation workflows

Add issue and PR automation workflows #1

Workflow file for this run

name: Add issues and PRs to project
on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add to DevRel
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/pulumi/projects/47
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}