Skip to content

Commit 6e288ef

Browse files
committed
Re-profile contributors on re-open
1 parent 52f526d commit 6e288ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/profile-issue-authors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name: Profile issue authors
77

88
on:
99
issues:
10-
types: [opened, closed]
10+
types: [opened, reopened, closed]
1111

1212
jobs:
1313
profile-author:
14-
if: github.event.action == 'opened'
14+
if: github.event.action != 'closed'
1515

1616
permissions:
1717
issues: write

.github/workflows/profile-pr-authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Profile PR authors
1010

1111
on:
1212
pull_request:
13-
types: [opened]
13+
types: [opened, reopened]
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)