Look into error that occurred when deactivating a user on my test account #115
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 all issues to Staffplan v3 project board | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- id: create_token | |
uses: tibdex/github-app-token@v2 | |
with: | |
app_id: ${{ secrets.GOINVO_BOT_APP_ID }} | |
private_key: ${{ secrets.GOINVO_BOT_PEM_KEY }} | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/goinvo/projects/2 | |
github-token: ${{ steps.create_token.outputs.token }} | |
labeled: needs-triage | |
label-operator: NOT |