Update your target API level by August 31, 2024 to release updates to your app #61
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: Add mockup-required and mockup-available issues to the openfoodfacts-design project | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add issue to the openfoodfacts-design project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/openfoodfacts/projects/11 | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | |
labeled: mockups available, needs mockup | |
label-operator: OR |