Skip to content

Commit ceac8d6

Browse files
authored
Merge pull request #723 from Cysharp/harness
ci: add pr harness check
2 parents e5acc10 + 584e96b commit ceac8d6

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/pr-harness.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR Harness
2+
3+
on:
4+
pull_request:
5+
branches: [master]
6+
7+
jobs:
8+
harness:
9+
permissions:
10+
contents: read
11+
pull-requests: read
12+
uses: Cysharp/Actions/.github/workflows/pr-harness.yaml@main

.github/workflows/prevent-github-change.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)