yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Jay KwakUpdate workflow YML files for renamed files (#5688)410ad9c18

master
526 B24 linesraw
1name: Verify PR Labels
2on:
3  pull_request:
4    types: [opened, labeled, unlabeled, synchronize]
5    paths-ignore:
6      - "docs/**"
7      - "LICENSES/**"
8      - "LICENSE"
9      - "CONTRIBUTING.md"
10      - "README.md"
11jobs:
12  label:
13    runs-on: ubuntu-latest
14    permissions:
15      issues: write
16      pull-requests: write
17    steps:
18      - uses: mheap/github-action-required-labels@v5
19        with:
20          mode: exactly
21          count: 1
22          labels: |
23            pr: non-breaking
24            pr: breaking change