Merge branch 'rolling' into github-ci-to-auto-triage-issues

This commit is contained in:
alamin655 2023-09-15 16:48:52 +05:30 committed by GitHub
commit fcf60f0d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 277 additions and 84 deletions

15
.github/workflows/pr_labeler.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: "Pull Request Auto Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
sync-labels: true
dot: true