Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 387143c

Browse filesBrowse files
authored
feat: Updating pull request toolkit config [INTERNAL]
1 parent cc45afb commit 387143c
Copy full SHA for 387143c

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎.github/workflows/pr_toolkit.yml

Copy file name to clipboard
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: Apify pull request toolkit
1+
# For more info see: https://github.com/apify/pull-request-toolkit-action/
2+
name: Apify PR toolkit
23

34
on:
45
pull_request:
56
branches:
67
- master
8+
types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.
9+
10+
concurrency: # This is to make sure that it's executed only for the most recent changes of PR.
11+
group: ${{ github.ref }}
12+
cancel-in-progress: true
713

814
jobs:
915
apify-pr-toolkit:
10-
name: Run the Apify pull request toolkit
11-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1217
steps:
13-
- name: clone pull-request-toolkit-action
14-
uses: actions/checkout@v3
15-
with:
16-
repository: apify/pull-request-toolkit-action
17-
path: ./.github/actions/pull-request-toolkit-action
18-
1918
- name: run pull-request-toolkit action
20-
uses: ./.github/actions/pull-request-toolkit-action
19+
uses: apify/pull-request-toolkit-action@main
2120
with:
2221
repo-token: ${{ secrets.GITHUB_TOKEN }}
2322
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
23+
zenhub-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_ZENHUB_TOKEN }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.