Skip to content

Commit

Permalink
Merge pull request #25 from MOderkerk/development
Browse files Browse the repository at this point in the history
Automated PR
  • Loading branch information
MOderkerk committed Feb 8, 2022
2 parents b7fe55e + a50bb3c commit 55aa82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
pr_title: Automated PR
pr_source: development
pr_target: master
pr_labels: auto-merge, automated-pr
pr_labels: automerge
pr_body: |
### Changes
${{steps.Changelog.outputs.changelog}}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pullrequest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MY_GITHUBKEY }}
test: false
reviewers: FALSE
labels: auto-merge, automated-pr
labels: automerge
blocking_labels: do not merge
checks_enabled: true
method: MERGE
method: merge
delete_source_branch: false


0 comments on commit 55aa82b

Please sign in to comment.