Skip to content

Update ReleaseNotes.rst #10

Update ReleaseNotes.rst

Update ReleaseNotes.rst #10

Workflow file for this run

name: "Labelling new pull requests"
on:
- pull_request_target
jobs:
automate-prs-labels:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/new-prs-labeler.yml
# workaround for https://github.com/actions/labeler/issues/112
sync-labels: ''