pulumi-hugo-cn/.github/workflows/add-to-project.yml
2023-07-27 10:59:17 -06:00

16 lines
361 B
YAML

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