Skip to content

Test PR

Test PR #22

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on:
pull_request:
types: [labeled, unlabeled, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: .
- name: Get env
id: env
run: env | sort
- name: Get stuff
id: stuff
run: jq < $GITHUB_EVENT_PATH
- name: Install GitHub Python module
id: gh-py-mod
run: python3 -m pip install -U PyGithub
- name: Check Release Notes
id: release-notes
run: ./check_release_notes.py