File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- with :
17
+ with : # zizmor: ignore[artipacked]
18
18
fetch-depth : 0
19
- persist-credentials : false
19
+ token : ${{ secrets.AUTOMERGE_TOKEN }}
20
20
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
21
21
with :
22
22
version : " latest"
46
46
- run : echo $VERSION
47
47
- run : echo $IS_RC
48
48
49
- - name : Configure Git user
50
- run : |
51
- git config --local user.email "faststream-actions[bot]@users.noreply.github.com"
52
- git config --local user.name "faststream-actions[bot]"
53
-
54
49
- name : Build docs
55
50
run : |
56
51
if [ "$IS_RC" == "False" ]; then
76
71
branch : gh-pages
77
72
push_options : " --force" # force push to stay with clear gh-pages branch history
78
73
commit_message : " docs: deploy docs"
79
- commit_user_name : faststream-actions[bot]
80
- commit_user_email : faststream-actions[bot]@users.noreply.github.com
81
- commit_author : faststream-actions[bot] <faststream-actions[bot]@users.noreply.github.com>
Original file line number Diff line number Diff line change 24
24
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
25
25
with :
26
26
version : " latest"
27
- - name : Configure Git user
28
- run : |
29
- git config --local user.email "faststream-actions[bot]@users.noreply.github.com"
30
- git config --local user.name "faststream-actions[bot]"
31
27
32
28
- name : Set up Python
33
29
uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
Original file line number Diff line number Diff line change 7
7
automerge :
8
8
name : Enable pull request automerge
9
9
runs-on : ubuntu-latest
10
- if : github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'faststream-actions[bot]'
10
+ if : github.event.pull_request.user.login == 'dependabot[bot]'
11
11
12
12
permissions :
13
13
pull-requests : write
23
23
name : Automatically approve pull request
24
24
needs : [automerge]
25
25
runs-on : ubuntu-latest
26
- if : github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'faststream-actions[bot]'
26
+ if : github.event.pull_request.user.login == 'dependabot[bot]'
27
27
28
28
permissions :
29
29
pull-requests : write
You can’t perform that action at this time.
0 commit comments