Video se nepodařilo nahrát. Video player had error e1.q: Source error #188
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: 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/[email protected] | |
with: | |
project-url: https://github.com/users/lucien144/projects/4 | |
github-token: ${{ secrets.ADD_TO_PROJECT_SECRET }} | |
#labeled: bug 🐛, enhancement 🚀 | |
#label-operator: OR |