Skip to content

Commit

Permalink
Merge pull request #247 from puppetlabs/repo-sync
Browse files Browse the repository at this point in the history
Add dependabot, release prep, and label reusable workflows from release-engineering-repo-standards
  • Loading branch information
yachub authored Dec 9, 2023
2 parents 59ff51f + d481360 commit bd24a51
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto_release_prep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Automated release prep

on:
workflow_dispatch:

jobs:
auto_release_prep:
uses: puppetlabs/release-engineering-repo-standards/.github/workflows/auto_release_prep.yml@v1
secrets: inherit
with:
version-file-path: lib/beaker-pe/version.rb
8 changes: 8 additions & 0 deletions .github/workflows/dependabot_merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Dependabot auto-merge

on: pull_request

jobs:
dependabot_merge:
uses: puppetlabs/release-engineering-repo-standards/.github/workflows/dependabot_merge.yml@v1
secrets: inherit
8 changes: 8 additions & 0 deletions .github/workflows/ensure_label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Ensure label

on: pull_request

jobs:
ensure_label:
uses: puppetlabs/release-engineering-repo-standards/.github/workflows/ensure_label.yml@v1
secrets: inherit

0 comments on commit bd24a51

Please sign in to comment.