Skip to content

Commit f7ef51a

Browse files
authored
Change default lookback value to 7
1 parent fe9692d commit f7ef51a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
lookback:
9-
default: "3"
9+
default: "7"
1010
jobs:
1111
TagBot:
1212
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -16,4 +16,3 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
ssh: ${{ secrets.DOCUMENTER_KEY }}
19-
lookback: 14

0 commit comments

Comments
 (0)