summaryrefslogtreecommitdiffstats
path: root/.github/workflows/donotsubmit.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/donotsubmit.yaml')
-rw-r--r--.github/workflows/donotsubmit.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/donotsubmit.yaml b/.github/workflows/donotsubmit.yaml
new file mode 100644
index 0000000..92d454b
--- /dev/null
+++ b/.github/workflows/donotsubmit.yaml
@@ -0,0 +1,15 @@
+name: Do Not Submit
+
+on:
+ pull_request:
+ branches: ['main']
+
+jobs:
+
+ donotsubmit:
+ name: Do Not Submit
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - uses: chainguard-dev/actions/donotsubmit@5e21cb47971231c078a677dfe89a348371cb880c # main