NEI: collapse neifluids #213
Workflow file for this run
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: Label Test | |
| # Generated by GTNewHorizons/Label-Sync-GTNH. Do not edit by hand: this file is overwritten on | |
| # every distribution run. The check itself lives in the reusable workflow referenced | |
| # below, so changes to it apply automatically without this file being redistributed. | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - labeled | |
| - unlabeled | |
| - ready_for_review | |
| workflow_run: | |
| workflows: | |
| - Label Test Review Refresh | |
| types: | |
| - completed | |
| permissions: | |
| contents: read | |
| jobs: | |
| label-test: | |
| permissions: | |
| actions: read | |
| contents: read | |
| checks: write | |
| issues: write | |
| pull-requests: write | |
| statuses: write | |
| uses: GTNewHorizons/Label-Sync-GTNH/.github/workflows/label-test.yml@master | |
| with: | |
| label_sync_repository: GTNewHorizons/Label-Sync-GTNH | |
| label_sync_ref: master | |
| review_signal_run_id: ${{ github.event.workflow_run.id || 0 }} | |
| review_signal_head_sha: ${{ github.event.workflow_run.head_sha || '' }} | |
| secrets: inherit |