Skip to content

change layout

change layout #7

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