[MTT-11682] Update Editor to 6000.0.44f1 and update packages (#902) #314
This file contains hidden or 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: auto-update | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
autoupdate: | |
name: auto-update | |
runs-on: ubuntu-latest | |
steps: | |
- uses: docker://chinthakagodawita/autoupdate-action:v1 | |
env: | |
GITHUB_TOKEN: "${{ secrets.NETCODE_CI_SERVICE_TOKEN }}" | |
PR_FILTER: "auto_merge" | |
PR_READY_STATE: "ready_for_review" | |
MERGE_CONFLICT_ACTION: "ignore" | |