[USERSNAP] I assume there is a valid reason that this proposal is marked as "expired" even though it is now 3/12 and the "expired" (expiration) date is 3/16. If there is a valid reason, then the phrasing seems to have a problem, as expired in the future... #885
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: Add all issues created to projects | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| add-to-govtool-all-project: | |
| name: Add issue to GovTool all project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/IntersectMBO/projects/30 | |
| github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} | |
| add-to-community-backlog-project: | |
| name: Add issue to governance tools community backlog project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/IntersectMBO/projects/34 | |
| github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} |