艩patn臎 barevn茅 app headery #260
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: Adds all issues | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - labeled | |
| jobs: | |
| add-to-project: | |
| name: Add all issues to project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v0.4.1 | |
| with: | |
| project-url: https://github.com/users/lucien144/projects/4 | |
| github-token: ${{ secrets.ADD_TO_PROJECT_SECRET }} | |
| #labeled: bug 馃悰, enhancement 馃殌 | |
| #label-operator: OR |