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 7d2ac91 commit 012fb4aCopy full SHA for 012fb4a
.github/workflows/pr-sort.yml
@@ -47,10 +47,10 @@ jobs:
47
- name: Add contributor and commit if changed
48
run: |
49
PR_AUTHOR="${{ github.event.pull_request.user.login }}"
50
-
+
51
pixi run install
52
pixi run add $PR_AUTHOR conference
53
54
if ! git diff --exit-code; then
55
git config --global user.name 'github-actions[bot]'
56
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
0 commit comments