Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/controller' into controller
Browse files Browse the repository at this point in the history
  • Loading branch information
周倬贤 committed Jun 16, 2024
2 parents 2b06e4d + 1f5f0ed commit 0a41107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ github:
issues: true
# Enable wiki
wiki: true
homepage: https://eventmesh.apache.org/
homepage: https://eventmesh.apache.org
labels:
- pubsub
- event-mesh
Expand All @@ -40,7 +40,7 @@ github:
protected_branches:
main:
required_status_checks:
strict: true
strict: false
contexts:
- dependency-review
- Build (ubuntu-latest, 8, java)
Expand Down
16 changes: 4 additions & 12 deletions .github/workflows/auto-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.
#

name: Dependabot auto-merge
on: pull_request
name: Dependabot Auto-approve
on: pull_request_target

permissions:
contents: write
Expand All @@ -38,13 +38,5 @@ jobs:
- name: Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

# comment '@dependabot merge' to merge the PR
- name: Comment and Merge PR
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr comment $PR_URL -b "@dependabot merge"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0a41107

Please sign in to comment.