Skip to content

Commit

Permalink
Try cleaning up older PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 1, 2024
1 parent 52dea29 commit df4393d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
pr_commit_msg: "[sync] Updates from `awesome-template` repository"
pr_branch_name_prefix: "sync-awesome-template"
pr_labels: "📚 documentation"
is_pr_cleanup: true

- name: Print PR branch ID
run: |
echo "PR branch ID: ${{ steps.template_sync.outputs.pr_branch }}"
- name: Checkout template sync PR
uses: actions/checkout@v4.1.1
with:
Expand Down

0 comments on commit df4393d

Please sign in to comment.