From: Paula Muir Date: Wed, 1 Feb 2023 11:56:16 +0000 (+0000) Subject: Adding mend file X-Git-Tag: v9.0.2~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=beca980a33f3980d07bc79451616e4370b1d5efb;p=puppet-modules%2Fpuppetlabs-apt.git Adding mend file --- diff --git a/.github/workflows/mend.yml b/.github/workflows/mend.yml new file mode 100644 index 0000000..b4100a5 --- /dev/null +++ b/.github/workflows/mend.yml @@ -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"