Create examples of using Dagger with Python sdk for azure container infrastructure. #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/orgs/pulumi/projects/47 | |
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }} |