Skip to content

Commit 639ce55

Browse files
authored
ci: disable branch auto-updates (#2307)
Removes the auto-update functionality of the production workflow.
1 parent f37c493 commit 639ce55

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/production.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,3 @@ jobs:
6060

6161
- name: Convert new TODO items to issues
6262
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

Comments
 (0)