We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1924db commit f3a1b6bCopy full SHA for f3a1b6b
1 file changed
.github/workflows/ci-license.yml
@@ -12,6 +12,8 @@ jobs:
12
license-check:
13
name: License Check
14
runs-on: 'ubuntu-latest'
15
+ permissions:
16
+ pull-requests: write
17
steps:
18
- name: 👷 Checkout
19
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -46,7 +48,6 @@ jobs:
46
48
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
47
49
if: ${{ steps.check.outputs.result > 0 }}
50
with:
- GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
51
header: license-error
52
message: >
53
Thank you for creating PR!🙏
@@ -72,6 +73,5 @@ jobs:
72
73
74
if: ${{ steps.check.outputs.result == 0 }}
75
76
77
delete: true
0 commit comments