Skip to content

Commit

Permalink
Merge branch 'gh-actions-test-branch' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars authored Oct 15, 2024
2 parents 34a8376 + 495ea9e commit 1774f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/re-draft-on-changes-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "This PR was rejected"
- uses: actions/github-script@v7
- name: Convert PR to draft when changes are requested
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
async function getPullRequestId() {
const pull_number = context.payload.pull_request.number;
Expand Down

0 comments on commit 1774f6d

Please sign in to comment.