Skip to content

Commit 607fae1

Browse files
authored
Merge pull request #1108 from puppetlabs/pdksync_CONT-211-add_mend_config
pdksync - (CONT-211) Adding mend config
2 parents a597671 + a1ee144 commit 607fae1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/mend.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "mend"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "main"
7+
schedule:
8+
- cron: "0 0 * * *"
9+
workflow_dispatch:
10+
11+
jobs:
12+
13+
mend:
14+
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
15+
secrets: "inherit"

0 commit comments

Comments
 (0)