Skip to content

Read retry before assigning user #1419

Read retry before assigning user

Read retry before assigning user #1419

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
pull_request_target:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
steps:
- uses: TimonVS/pr-labeler-action@v5.0.0
with:
configuration-path: .github/pr-labeler-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}