There was an error while loading. Please reload this page.
1 parent d0eaec0 commit 659c3ebCopy full SHA for 659c3eb
1 file changed
.github/workflows/pr-sizing.yaml
@@ -11,6 +11,17 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: size-label
14
+ # __ __ _____ _ _ _____ _ _ _____
15
+ # \ \ / /\ | __ \| \ | |_ _| \ | |/ ____|
16
+ # \ \ /\ / / \ | |__) | \| | | | | \| | | __
17
+ # \ \/ \/ / /\ \ | _ /| . ` | | | | . ` | | |_ |
18
+ # \ /\ / ____ \| | \ \| |\ |_| |_| |\ | |__| |
19
+ # \/ \/_/ \_\_| \_\_| \_|_____|_| \_|\_____|
20
+ #
21
+ # This step is being executed in the context if the target repository
22
+ # (pull_request_target) and can execute commands within it. Only update
23
+ # the integration after having verified that the code being executed by
24
+ # the action is safe.
25
uses: "pascalgn/size-label-action@f8edde36b3be04b4f65dcfead05dc8691b374348"
26
env:
27
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments