Skip to content

Commit

Permalink
add checkout before gh cli (#1118)
Browse files Browse the repository at this point in the history
* add environment variable

* add checkout before commands

---------

Co-authored-by: Juan Orduz <[email protected]>
  • Loading branch information
wd60622 and juanitorduz authored Oct 24, 2024
1 parent 5b65f68 commit 057000a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pr-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@ on:
- pull_request_target

jobs:
labeler:
file-change:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Run Labeler Action
uses: actions/labeler@v5

sync:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Sync labels with closing issues
run: |
owner="pymc-labs"
Expand Down

0 comments on commit 057000a

Please sign in to comment.