Skip to content

Github/SK-897 | Add release-drafter and labeler #6

Github/SK-897 | Add release-drafter and labeler

Github/SK-897 | Add release-drafter and labeler #6

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Labeler
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"