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