Enable RESP and Memcached endpoints by default for Infinispan 15 servers #62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependabot | |
on: | |
pull_request_target: | |
branches: | |
- 2.3.x | |
- main | |
types: | |
- opened | |
- reopened | |
jobs: | |
jira: | |
if: github.actor == 'dependabot[bot]' | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Approve PR for auto-merge | |
run: gh pr merge --auto --rebase ${{ github.event.pull_request.number }} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |