Closed phun-ky closed 2 months ago
Hi @phun-ky,
I think the label-name
parameter gets what you need:
I'm going to close this issue because I don't think there is any to-do, but feel free to respond here with any more questions.
so, like so?
…
jobs:
…
notify:
name: Notify failed check
needs: check
if: failure()
runs-on: ubuntu-latest
steps:
- uses: jayqi/failed-build-issue-action@v1.2
with:
github-token: ${{ secrets.GH_TOKEN }}
label-name: "new label to be used instead of default"
…
Yes, I think that looks correct. Let me know if you run into any problems.
Is it possible to add a custom label, instead of
build failed
when a build has failed?