Skip to content

Commit

Permalink
Update pom description
Browse files Browse the repository at this point in the history
  • Loading branch information
warting committed Feb 2, 2024
1 parent 195a827 commit 9236fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase --delete-branch "$PR_URL"
- name: Approve Dependabot PRs
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.AUTO_MERGE_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.AUTO_MERGE_TOKEN}}
2 changes: 1 addition & 1 deletion flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mavenPublishing {
name.set("Billy")
description.set("Billing flow")
inceptionYear.set("2021")
url.set("https://github.com/username/mylibrary/")
url.set("https://github.com/warting/billy/")
licenses {
license {
name.set("MIT License")
Expand Down

0 comments on commit 9236fbf

Please sign in to comment.