Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Add issues to project #276

Add issues to project

Add issues to project #276

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 }}