Skip to content

Commit

Permalink
don't mention ticket by number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Lasky committed Jan 25, 2025
1 parent cf43142 commit 92eb8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-readme-inprogress-tickets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/pulls \
-d '{
"title": "Update README for issue #${{ github.event.issue.number }}",
"body": "Automated README update due to label change on issue #${{ github.event.issue.number }}",
"title": "Update README for 'inprogress' tickets",
"body": "Automated README update due to label change on issue",
"head": "'$branch_name'",
"base": "master"
}')
Expand Down

0 comments on commit 92eb8ec

Please sign in to comment.