OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
clock
/
.github
/
workflows
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:16 AM
rwxr-xr-x
📄
coding-standards.yml
1.76 KB
08/12/2024 10:34:16 AM
rw-r--r--
📄
merge-bot.yml
968 bytes
08/12/2024 10:34:16 AM
rw-r--r--
📄
mutation-tests.yml
1.83 KB
08/12/2024 10:34:16 AM
rw-r--r--
📄
phpunit.yml
3.28 KB
08/12/2024 10:34:16 AM
rw-r--r--
📄
release-on-milestone-closed.yml
2.73 KB
08/12/2024 10:34:16 AM
rw-r--r--
📄
static-analysis.yml
1.7 KB
08/12/2024 10:34:16 AM
rw-r--r--
Editing: merge-bot.yml
Close
name: Merge me! on: check_suite: types: - completed jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - name: Merge me! uses: ridedott/merge-me-action@v2.9.135 with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to # push to a protected branch must be used. This variable can have an # arbitrary name, as an example, this repository uses # `GITHUB_TOKEN_DOTTBOTT`. # # When using a custom token, it is recommended to leave the following # comment for other developers to be aware of the reasoning behind it: # # This must be used as GitHub Actions token does not support # pushing to protected branches. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE