Skip to content

Commit

Permalink
Updated Pull Request Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJ-Nicholas committed Feb 5, 2024
1 parent 118acf9 commit 9310728
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
Workflow name - `${{ github.workflow }}`
Job - `${{ github.job }}`
status - `${{ job.status }}`
assignees: LWJ-Nicholas
assignees: @HanisahMusrin
- name: Request approval
if: ${{ success() }}
Expand All @@ -76,17 +76,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
junit_files: "report.xml"

- name: Auto Merge pull request
uses: pascalgn/automerge-action@v0.14.3
with:
MERGE_LABELS: "automerge,!wip"
MERGE_METHOD: "merge"
MERGE_COMMIT_MESSAGE: "automatic"
MERGE_FORKS: "false"
UPDATE_LABELS: ""
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
MERGE_DELETE_BRANCH: "false"
GITHUB_TOKEN: "${{ secrets.MY_GITHUB_TOKEN }}"
junit_files: "report.xml"

0 comments on commit 9310728

Please sign in to comment.