Issue: New .NET Foundation Project Application - Query Builder #4
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 project support request to project board | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| Add_Project_Support_Request_To_Board: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: konradpabjan/actions-add-new-issue-to-column@7a9ee8bfa125bf97c2fcfbac20ae8f82657f83ba | |
| if: contains(github.event.issue.labels.*.name, 'project support') | |
| with: | |
| action-token: "${{ secrets.ACCESS_TOKEN }}" | |
| project-url: "https://github.com/orgs/dotnet-foundation/projects/11" | |
| column-name: "Project Support Requests" |