-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (34 loc) · 1.06 KB
/
check_release_notes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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: Test New Action
uses: danudey/[email protected]
# - name: Checkout
# uses: actions/checkout@v4
# with:
# sparse-checkout: .
# - name: Setup Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.12'
# cache: 'pip' # caching pip dependencies
# - name: Install GitHub Python module
# id: gh-py-mod
# run: python3 -m pip install -U -r requirements.txt
# - name: Check Release Notes
# id: release-notes
# run: ./check_release_notes.py