-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dbf638
commit 288c4b6
Showing
8 changed files
with
33 additions
and
33 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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
version: 2 | ||
updates: | ||
# Keep npm dependencies up to date | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
time: "08:00" | ||
timezone: "Etc/GMT" | ||
target-branch: "workflow/dependency-update" | ||
interval: 'weekly' | ||
day: 'monday' | ||
time: '08:00' | ||
timezone: 'Etc/GMT' | ||
target-branch: 'workflow/dependency-update' | ||
# Raise all npm pull requests with custom labels | ||
labels: | ||
- "workflow" | ||
- 'workflow' | ||
milestone: 1 | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -9,14 +9,14 @@ on: | |
|
||
jobs: | ||
auto-merge: | ||
name: "Auto Merge" | ||
name: 'Auto Merge' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: automerge | ||
uses: "pascalgn/[email protected]" | ||
uses: 'pascalgn/[email protected]' | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}" | ||
MERGE_LABELS: "workflow" | ||
MERGE_COMMIT_MESSAGE: "Auto merge for PR with workflow label" | ||
MERGE_FORKS: "false" | ||
MERGE_RETRY_SLEEP: "60000" | ||
GITHUB_TOKEN: '${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}' | ||
MERGE_LABELS: 'workflow' | ||
MERGE_COMMIT_MESSAGE: 'Auto merge for PR with workflow label' | ||
MERGE_FORKS: 'false' | ||
MERGE_RETRY_SLEEP: '60000' |
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
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