Skip to content

Commit

Permalink
fix: allow updating PRs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent 6889f4c commit d35c36f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scaffolder-templates/all-in-one/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ spec:
token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }}
repoUrl: ${{ parameters.repoUrl }}
branchName: chore/ci/all-in-one
update: true
description: |
# Initialize or Update CI/CD Pipelines
Expand Down
1 change: 1 addition & 0 deletions scaffolder-templates/ci_schedule/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }}
repoUrl: ${{ parameters.repoUrl }}
branchName: chore/ci/schedule
update: true
description: |
# Scheduled GitHub Actions
Expand Down
1 change: 1 addition & 0 deletions scaffolder-templates/dependabot/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }}
repoUrl: ${{ parameters.repoUrl }}
branchName: chore/ci/dependabot
update: true
description: |
# Initialize [GitHub Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates).
Expand Down
1 change: 1 addition & 0 deletions scaffolder-templates/semrel/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }}
repoUrl: ${{ parameters.repoUrl }}
branchName: chore/ci/init-semrel
update: true
description: |
# Initialize [go-semantic-release](https://go-semantic-release.xyz/).
Expand Down

0 comments on commit d35c36f

Please sign in to comment.