fatal error: error in backend: Cannot expand unaligned load of capability type. #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |