Skip to content

Add notes about PR Labeler to add release-once-merged Label #2

Add notes about PR Labeler to add release-once-merged Label

Add notes about PR Labeler to add release-once-merged Label #2

Workflow file for this run

name: "Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: "Label PR"
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"