Adding mend file pdksync_CONT-211-add_mend_config
authorPaula Muir <paula@puppet.com>
Wed, 1 Feb 2023 11:56:16 +0000 (11:56 +0000)
committerPaula Muir <paula@puppet.com>
Wed, 1 Feb 2023 11:56:16 +0000 (11:56 +0000)
.github/workflows/mend.yml [new file with mode: 0644]

diff --git a/.github/workflows/mend.yml b/.github/workflows/mend.yml
new file mode 100644 (file)
index 0000000..b4100a5
--- /dev/null
@@ -0,0 +1,15 @@
+name: "mend"
+
+on:
+  pull_request:
+    branches:
+      - "main"
+  schedule:
+    - cron: "0 0 * * *"
+  workflow_dispatch:
+
+jobs:
+
+  mend:
+    uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
+    secrets: "inherit"