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 3d87e77 commit 09ef343Copy full SHA for 09ef343
.github/workflows/pr_toolkit.yml
@@ -0,0 +1,22 @@
1
+name: Apify pull request toolkit
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - develop
7
8
+jobs:
9
+ apify-pr-toolkit:
10
+ runs-on: ubuntu-20.04
11
+ steps:
12
+ - name: clone pull-request-toolkit-action
13
+ uses: actions/checkout@v2
14
+ with:
15
+ repository: apify/pull-request-toolkit-action
16
+ path: ./.github/actions/pull-request-toolkit-action
17
18
+ - name: run pull-request-toolkit action
19
+ uses: ./.github/actions/pull-request-toolkit-action
20
21
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
22
+ org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
0 commit comments