Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Apr 16, 2024
1 parent 8faf1ef commit 99bed55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/add-milestone-to-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.milestone == null
steps:
- name: Debug at start
run: echo ${{ toJson(github) }}
- name: Checkout code
# Checks out the branch that the pull request is merged into
uses: actions/checkout@v3
Expand All @@ -32,7 +34,8 @@ jobs:
state: 'open'
})
return milestones.data
- name: Debug before update
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 99bed55

Please sign in to comment.