File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 license-check :
1313 name : License Check
1414 runs-on : ' ubuntu-latest'
15+ permissions :
16+ pull-requests : write
1517 steps :
1618 - name : 👷 Checkout
1719 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4648 - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
4749 if : ${{ steps.check.outputs.result > 0 }}
4850 with :
49- GITHUB_TOKEN : ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
5051 header : license-error
5152 message : >
5253 Thank you for creating PR!🙏
7273 - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
7374 if : ${{ steps.check.outputs.result == 0 }}
7475 with :
75- GITHUB_TOKEN : ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
7676 header : license-error
7777 delete : true
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ concurrency:
1313 group : ci-${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515
16+ permissions :
17+ pull-requests : write
18+
1619jobs :
1720 build :
1821 name : Build
You can’t perform that action at this time.
0 commit comments