Skip to content

Commit

Permalink
Merge branch 'revise-workflows' into test-pr-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn authored Jan 4, 2025
2 parents b8a7437 + 8f18fb5 commit 07326d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/opened_pr_draft_notif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: Print PR data payload
run: jq -n '${{ toJson(github.event.pull_request) }}'
- name: Post notification to non-draft PR
if: ${{ !github.event.pull_request.draft }}
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
Expand Down

0 comments on commit 07326d8

Please sign in to comment.