repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
workflows: Add GitHub action for automating some release tasks
[llvm-project.git]
/
.github
/
workflows
/
closed-issues.yml
blob
921bbcf786bfe2959b4f42d5c3980a2e6725aaf8
1
name: Labeling closed issues
2
on:
3
issues:
4
types: ['closed']
5
6
jobs:
7
automate-issues-labels:
8
runs-on: ubuntu-latest
9
if: github.repository == 'llvm/llvm-project'
10
steps:
11
- uses: andymckay/labeler@1.0.4
12
with:
13
remove-labels: 'awaiting-review'