Skip to content

Commit

Permalink
Merge f118637 into 936fcee
Browse files Browse the repository at this point in the history
  • Loading branch information
Atik203 committed Aug 2, 2024
2 parents 936fcee + f118637 commit 800a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Close related issue
if: github.event.action == 'closed' && github.event.pull_request.merged == true
uses: actions/github-script@v7
uses: actions/github-script@v7.0.1
with:
script: |
const issueTitle = `Commit: ${process.env.COMMIT_MESSAGE}`;
Expand Down

0 comments on commit 800a51e

Please sign in to comment.