Fix #1241: nixpack plan generates an invalid toml file ... #1897
Workflow file for this run
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: Release Label Check | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
label-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jesusvasquez333/[email protected] | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
valid-labels: "release/patch, release/minor, release/major, release/skip" | |
pull-request-number: '${{ github.event.pull_request.number }}' | |
disable-reviews: true |