Skip to content

Commit

Permalink
Remove delete action from label auditor.
Browse files Browse the repository at this point in the history
Due to multiple incidents of data loss by accidental runs where an old config file doesn't contain a label and therefore deletes the label, this action should enable skip-delete to prevent this situation.
It does mean we'll need to manually delete any labels we truly want gone.
  • Loading branch information
beqqrry-aws authored and Laren-AWS committed Nov 1, 2023
1 parent 5c372a3 commit 9bac2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/allowed-labels.yml
skip-delete: false
skip-delete: true
dry-run: false

0 comments on commit 9bac2f9

Please sign in to comment.