Commit 1e1f61a 1 parent 15d84cf commit 1e1f61a Copy full SHA for 1e1f61a
File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : PR actions
2
- # cSpell:ignore esac htmltest refcache nvmrc
2
+ # cSpell:ignore esac htmltest refcache nvmrc opentelemetrybot
3
3
4
4
on :
5
5
issue_comment :
15
15
pr-action :
16
16
name : Run PR action
17
17
runs-on : ubuntu-latest
18
-
19
18
if : |
20
19
github.event.issue.pull_request &&
21
20
startsWith(github.event.comment.body, '/fix:')
27
26
DEPTH : --depth 999 # submodule clone depth
28
27
29
28
steps :
29
+ - name : Context info
30
+ run : |
31
+ echo $PR_NUM
32
+ echo $COMMENT
33
+
34
+ - uses : actions/checkout@v4
35
+
30
36
- name : Extract action name
31
37
id : extract_action_name
32
38
run : |
40
46
fi
41
47
echo "PR_ACTION=$PR_ACTION" >> "$GITHUB_ENV"
42
48
43
- - name : Context info
44
- run : |
45
- echo $PR_NUM
46
- echo $COMMENT
47
-
48
- - uses : actions/checkout@v4
49
-
50
49
- name : Write start comment
51
50
run : |
52
51
gh pr comment $PR_NUM -b "You triggered fix:${PR_ACTION} action run at $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
You can’t perform that action at this time.
0 commit comments