Skip to content

Commit 659c3eb

Browse files
committed
ci: add big warning to pr-sizing job
1 parent d0eaec0 commit 659c3eb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pr-sizing.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- 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.
1425
uses: "pascalgn/size-label-action@f8edde36b3be04b4f65dcfead05dc8691b374348"
1526
env:
1627
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)