Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Add options for labels #231

Open
2 of 3 tasks
simonhyll opened this issue Jun 14, 2023 · 0 comments
Open
2 of 3 tasks

Add options for labels #231

simonhyll opened this issue Jun 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@simonhyll
Copy link

Do the checklist before filing an issue:

Motivation

When this action creates an issue it would be great if you could specify which labels it should add to that issue. I would personally use it to apply an "automated" label to it so I can filter it out from project boards.

In addition to manually specifying labels I would like labels for the severity. E.g. severity-unmaintained and severity-critical. This could be toggled on/off with a severityLabels bool option. It would also be nice to be able to edit those severity labels.

Workflow example

      - uses: rustsec/audit-check@v1.4.1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          labels: ["automated", "audit"]
          severityLabels: true
@simonhyll simonhyll added the enhancement New feature or request label Jun 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant