Není možné stáhnout obrázek ve formátu webp #165
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 |