diff --git a/.github/pr-labeler.yml b/.github/labeler.yml similarity index 100% rename from .github/pr-labeler.yml rename to .github/labeler.yml diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index ef0a87542..7685562b5 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -1,4 +1,4 @@ -name: "Validate PR Name" +name: 'Validate PR Name' on: pull_request_target: @@ -9,7 +9,7 @@ on: - synchronize permissions: - pull-requests: read + pull-requests: write jobs: validate-pr: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 82beed6e2..efd681a71 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,4 +22,4 @@ jobs: close-issue-message: 'This issue has been closed because of inactivity.' close-pr-message: 'This PR has been closed because of inactivity.' exempt-pr-labels: 'WIP,on-hold,needs review' - exempt-issue-labels: 'WIP,on-hold,needs review,roadmap' + exempt-issue-labels: 'WIP,on-hold,needs review,roadmap,assigned'