Skip to content

Commit 11eb35c

Browse files
committed
fix permission
1 parent a8e4fe4 commit 11eb35c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
default: false
1010

1111
jobs:
12-
# Ensure running with CircleCI/huggingface
12+
# Ensure running with CircleCI/huggingface333
1313
check_circleci_user:
1414
docker:
1515
- image: python:3.10-slim

.github/workflows/change_pr_to_draft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
convert_pr_to_draft:
99
runs-on: ubuntu-22.04
1010
name: Convert PR to draft
11+
permissions:
12+
pull-requests: write
1113
if: github.event.pull_request.draft == false
1214
steps:
1315
- name: Convert PR to draft

0 commit comments

Comments
 (0)