Skip to content

Commit

Permalink
Merge pull request #7 from TonyCTHsu/test
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
TonyCTHsu authored Apr 16, 2024
2 parents 6473af9 + dc0f3ab commit fe266c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-milestone-to-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event.pull_request.merged == true && github.event.pull_request.milestone == null
steps:
- name: Debug at start
run: echo "${{ toJSON(github) }}"
run: echo ${{ toJSON(github) }}
- name: Checkout code
# Checks out the branch that the pull request is merged into
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
})
return milestones.data
- name: Debug before update
run: echo "${{ toJSON(github) }}"
run: echo ${{ toJSON(github) }}
- name: Update Pull Request
# Update the merged pull request with the milestone starts with the major version
uses: actions/github-script@v7
Expand Down

0 comments on commit fe266c8

Please sign in to comment.