Skip to content

Update actions-labeler.yaml #75

Update actions-labeler.yaml

Update actions-labeler.yaml #75

name: 'Label Actions PR'
on:
push:
branches: [main]
pull_request:
types: [opened, reopened]
permissions:
contents: read
pull-requests: write
jobs:
action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- uses: actions/[email protected]
with:
configuration-path: .github/workflows/config/labeler.yml
sync-labels: false
dot: true