Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Triggering a release {patch} #372

Triggering a release {patch}

Triggering a release {patch} #372

Workflow file for this run

name: PullRequestLabeler
on:
pull_request:
types: [opened]
permissions: read-all
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@8b99f404a073744885d8021d1de4e40c6eaf38e2 # tag=v4.1.1
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_KEY }}