Skip to content

Commit 09ef343

Browse files
authored
Create pr_toolkit.yml
1 parent 3d87e77 commit 09ef343

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/pr_toolkit.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)