A required field with a default value in CRD is being forced to be informed #8
This file contains hidden or 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: Project automations | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| env: | |
| PROJECT_URL: https://github.com/orgs/Shopify/projects/2279 | |
| jobs: | |
| add-to-project: | |
| name: Issue or PR opened | |
| runs-on: shopify-ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v0.4.0 # https://github.com/actions/add-to-project/tree/v0.4.0 | |
| with: | |
| project-url: ${{ env.PROJECT_URL }} | |
| github-token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} |