fix(NcActions): Show last action entry only partial to make it discoverable #5232
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: Transifex | |
on: pull_request | |
jobs: | |
auto-approve-merge: | |
if: github.event.pull_request.user.login == 'transifex-integration[bot]' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/auto-approve-action@v3 | |
with: | |
github-token: ${{ secrets.COMMAND_BOT_PAT }} | |
- uses: pascalgn/automerge-action@v0.16.2 | |
env: | |
MERGE_DELETE_BRANCH: true | |
MERGE_LABELS: '' | |
MERGE_RETRIES: 6 | |
MERGE_RETRY_SLEEP: 30000 | |
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} |