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 0c05446 commit f02f1c8Copy full SHA for f02f1c8
.github/workflows/on-issue-comment.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
assign:
9
- if: github.repository == 'JabRef/jabref'
+ if: github.repository_owner == 'JabRef'
10
runs-on: ubuntu-latest
11
permissions:
12
contents: read
.github/workflows/on-pr-closed.yml
@@ -9,6 +9,7 @@ jobs:
name: Determine issue number
if: >
+ (github.repository == 'JabRef/jabref') &&
13
!(
14
(github.actor == 'dependabot[bot]') ||
15
(
0 commit comments