We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4475a9 commit ee72c07Copy full SHA for ee72c07
.github/workflows/pr_toolkit.yml
@@ -13,17 +13,10 @@ concurrency: # This is to make sure that it's executed only for the most recent
13
14
jobs:
15
apify-pr-toolkit:
16
- runs-on: ubuntu-20.04
17
- if: github.event.pull_request.draft == false
+ runs-on: ubuntu-latest
18
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
-
25
- name: run pull-request-toolkit action
26
- uses: ./.github/actions/pull-request-toolkit-action
+ uses: apify/pull-request-toolkit-action@main
27
with:
28
repo-token: ${{ secrets.GITHUB_TOKEN }}
29
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
0 commit comments