No conditional-visibility EXCLUDE rule can be created: isInclude=false is a boolean bound into a smallint column (400 on PostgreSQL = the CI default) #16
This file contains hidden or 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: Issue Triage | |
| on: | |
| issues: | |
| types: [opened, labeled] | |
| workflow_dispatch: | |
| inputs: | |
| backlog-existing: | |
| description: "Triage all existing untriaged open issues" | |
| type: boolean | |
| default: true | |
| jobs: | |
| triage: | |
| uses: ConductionNL/.github/.github/workflows/issue-triage.yml@main | |
| with: | |
| app-name: launchpad | |
| backlog-existing: ${{ github.event_name == 'workflow_dispatch' && inputs.backlog-existing || false }} | |
| secrets: | |
| PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} |