We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4fe4 commit 11eb35cCopy full SHA for 11eb35c
.circleci/config.yml
@@ -9,7 +9,7 @@ parameters:
9
default: false
10
11
jobs:
12
- # Ensure running with CircleCI/huggingface
+ # Ensure running with CircleCI/huggingface333
13
check_circleci_user:
14
docker:
15
- image: python:3.10-slim
.github/workflows/change_pr_to_draft.yml
@@ -8,6 +8,8 @@ jobs:
8
convert_pr_to_draft:
runs-on: ubuntu-22.04
name: Convert PR to draft
+ permissions:
+ pull-requests: write
if: github.event.pull_request.draft == false
steps:
- name: Convert PR to draft
0 commit comments