llvm/.github/workflows/closed-issues.yml
Mohammed Keyvanzadeh 7e5f75aa37
[github] format and refactor GitHub workflows
Format and refactor the GitHub workflow for consistency.

Differential Revision: https://reviews.llvm.org/D125197
2022-06-11 11:31:21 +04:30

14 lines
280 B
YAML

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'