Skip to content

Commit ee72c07

Browse files
authored
feat: Updating pull request toolkit config [INTERNAL]
1 parent b4475a9 commit ee72c07

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/pr_toolkit.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,10 @@ concurrency: # This is to make sure that it's executed only for the most recent
1313

1414
jobs:
1515
apify-pr-toolkit:
16-
runs-on: ubuntu-20.04
17-
if: github.event.pull_request.draft == false
16+
runs-on: ubuntu-latest
1817
steps:
19-
- name: clone pull-request-toolkit-action
20-
uses: actions/checkout@v3
21-
with:
22-
repository: apify/pull-request-toolkit-action
23-
path: ./.github/actions/pull-request-toolkit-action
24-
2518
- name: run pull-request-toolkit action
26-
uses: ./.github/actions/pull-request-toolkit-action
19+
uses: apify/pull-request-toolkit-action@main
2720
with:
2821
repo-token: ${{ secrets.GITHUB_TOKEN }}
2922
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)