We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201a38e commit f449f82Copy full SHA for f449f82
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -0,0 +1,17 @@
1
+name: Check Code of Conduct
2
+on:
3
+ pull_request_target:
4
+ types:
5
+ - opened
6
+ - edited
7
+ - reopened
8
+
9
+jobs:
10
+ check_code_of_conduct:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: CodeYourFuture/actions/validate-pr-metadata@main
15
+ with:
16
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ use_dummy_code_of_conduct_validator: true
0 commit comments