OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
collection
/
.github
/
workflows
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:28 AM
rwxr-xr-x
📄
continuous-integration.yml
4.21 KB
08/12/2024 10:34:28 AM
rw-r--r--
📄
merge-me.yml
614 bytes
08/12/2024 10:34:28 AM
rw-r--r--
Editing: merge-me.yml
Close
# Merge Me! Documentation: https://github.com/ridedott/merge-me-action/ name: "Merge Dependabot PRs" on: workflow_run: types: - "completed" workflows: - "build" jobs: merge-me: name: "Merge me!" runs-on: "ubuntu-latest" steps: - name: "Auto-merge" if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: "ridedott/merge-me-action@v2.10.39" with: # This must be used as GitHub Actions token does not support pushing # to protected branches. GITHUB_TOKEN: ${{ secrets.MERGE_TOKEN }}