blob: 921bbcf786bfe2959b4f42d5c3980a2e6725aaf8 [file] [log] [blame]
name: Labeling closed issues
on:
issues:
types: ['closed']
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler@1.0.4
with:
remove-labels: 'awaiting-review'