Skip to content

Commit 5f70e1a

Browse files
Merge branch 'main' into akshath/issue-1019-v2
2 parents d6aa381 + f48af0b commit 5f70e1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_style_bot.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# run-style-bot:
1313
# if: >
1414
# contains(github.event.comment.body, '@bot /style') &&
15-
# github.event.issue.pull_request != null
15+
# github.event.issue.pull_request != null &&
16+
# github.event.comment.user.login == 'paulinebm'
1617

1718
# runs-on: ubuntu-latest
1819

@@ -60,6 +61,8 @@
6061
# - name: Set up Python
6162
# uses: actions/setup-python@v4
6263
# - name: Install dependencies
64+
# env:
65+
# TEST: ${{ secrets.TEST }}
6366
# run: |
6467
# pip install .[quality]
6568

0 commit comments

Comments
 (0)