Skip to content

Commit

Permalink
chore: some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Jan 10, 2024
1 parent 1805059 commit 20cbddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
PR_NUMBER=${{ github.event.pull_request.number }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# Check if the PR is merged
if [ "${{ github.event.pull_request.merged }}" == "true" ]; then
if [ "${{ github.event.pull_request.merged }}" == "false" ]; then
# Update the labels
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
Expand Down

0 comments on commit 20cbddc

Please sign in to comment.