Skip to content

Commit 98ab916

Browse files
authored
Merge branch 'main' into update-dates-script
2 parents d414066 + e520e4c commit 98ab916

2 files changed

Lines changed: 14 additions & 20 deletions

File tree

.github/workflows/autoupdate-repo-sync-branch-on-cron.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: autoupdate reposync branch on cron
22
on:
33
schedule:
44
- cron: '*/5 * * * *'
5-
jobs:
6-
autoupdate:
7-
name: autoupdate
8-
runs-on: ubuntu-18.04
9-
steps:
10-
- uses: docker://chinthakagodawita/autoupdate-action:v1
11-
env:
12-
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
13-
PR_FILTER: labelled
14-
PR_LABELS: 'automated-reposync-pr'
15-
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."
5+
jobs:
6+
autoupdate:
7+
name: autoupdate
8+
runs-on: ubuntu-18.04
9+
steps:
10+
- uses: docker://chinthakagodawita/autoupdate-action:v1
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
13+
PR_FILTER: labelled
14+
PR_LABELS: 'automated-reposync-pr'
15+
MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."

package-lock.json

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)