Skip to content

Commit

Permalink
feat: Updating pull request toolkit config [INTERNAL]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat authored Jan 24, 2023
1 parent 3fc9f85 commit 80008ea
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pr_toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ concurrency: # This is to make sure that it's executed only for the most recent

jobs:
apify-pr-toolkit:
runs-on: ubuntu-20.04
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: clone pull-request-toolkit-action
uses: actions/checkout@v3
with:
repository: apify/pull-request-toolkit-action
path: ./.github/actions/pull-request-toolkit-action

- name: run pull-request-toolkit action
uses: ./.github/actions/pull-request-toolkit-action
uses: apify/pull-request-toolkit-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
Expand Down

0 comments on commit 80008ea

Please sign in to comment.