Skip to content

feat: If a PR has oss.gg and points assigned as labels, it should auto award on merge #199

feat: If a PR has oss.gg and points assigned as labels, it should auto award on merge

feat: If a PR has oss.gg and points assigned as labels, it should auto award on merge #199

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
labeler:
name: Pull Request Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# https://github.com/actions/labeler/issues/442#issuecomment-1297359481
sync-labels: ""