Skip to content

Commit

Permalink
switch back to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Jun 1, 2023
1 parent 8f252f0 commit 39a268b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
workflow: new-migrated-issue.yml
repo: noir-lang/docs
ref: phated/fix-issue-workflows
ref: master
token: ${{ secrets.DOCS_REPO_TOKEN }}
inputs: '{ "pr-number": "${{ github.event.pull_request.number }}" }'

Expand All @@ -40,6 +40,6 @@ jobs:
with:
workflow: delete-migrated-issue.yml
repo: noir-lang/docs
ref: phated/fix-issue-workflows
ref: master
token: ${{ secrets.DOCS_REPO_TOKEN }}
inputs: '{ "pr-number": "${{ github.event.pull_request.number }}" }'

0 comments on commit 39a268b

Please sign in to comment.