We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37c493 commit 639ce55Copy full SHA for 639ce55
.github/workflows/production.yml
@@ -60,21 +60,3 @@ jobs:
60
61
- name: Convert new TODO items to issues
62
uses: alstr/todo-to-issue-action@v4
63
-
64
- autoupdate:
65
- name: Auto-update pull requests
66
- runs-on: ubuntu-latest
67
- timeout-minutes: 5
68
- permissions:
69
- contents: read
70
- pull-requests: write
71
- steps:
72
- # README: https://github.com/castastrophe/actions-pr-auto-update#auto-update-pull-requests
73
- - uses: castastrophe/actions-pr-auto-update@v1.1.0
74
- with:
75
- token: ${{ secrets.GH_PAC_TOKEN }}
76
- # Draft PRs will not be automatically updated by this utility
77
- include_drafts: false
78
- limit: 10
79
- include_labels: auto-update
80
- exclude_labels: blocked,wip,dependencies
0 commit comments