Add dark mode figma guidance to V3 site #641
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 new issues to project | |
permissions: read-all | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add to project | |
runs-on: ubuntu-latest | |
steps: | |
- name: Generate token | |
id: generate_token | |
uses: tibdex/github-app-token@36464acb844fc53b9b8b2401da68844f6b05ebb0 | |
with: | |
app_id: ${{ secrets.ADD_TO_PROJECTS_APP_ID }} | |
private_key: ${{ secrets.ADD_TO_PROJECTS_APP_PEM }} | |
- name: Add to project | |
uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/mi6/projects/2 | |
github-token: ${{ steps.generate_token.outputs.token }} | |
labeled: dependencies | |
label-operator: NOT |