-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat: Add automerge github shared workflow * Feat: Add automerge github shared workflow --------- Co-authored-by: Anmol Nagpal <[email protected]>
- Loading branch information
1 parent
e22fb36
commit dc74237
Showing
5 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
assignee: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
secrets: | ||
GITHUB: ${{ secrets.GITHUB }} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Auto merge | ||
on: | ||
pull_request: | ||
jobs: | ||
auto-merge: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected] | ||
secrets: | ||
GITHUB: ${{ secrets.GITHUB }} | ||
with: | ||
tfcheck: 'redis-cluster / Check code format' | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
changelog: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
secrets: inherit | ||
with: | ||
branch: 'master' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
memcached: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
with: | ||
working_directory: './_example/memcached/' | ||
redis: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
with: | ||
working_directory: './_example/redis/' | ||
redis-cluster: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
with: | ||
working_directory: './_example/redis-cluster/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters