From 6e288ef94069d857ae719abe5d8d428eeea21477 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:57:22 +0300 Subject: [PATCH] Re-profile contributors on re-open --- .github/workflows/profile-issue-authors.yml | 4 ++-- .github/workflows/profile-pr-authors.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/profile-issue-authors.yml b/.github/workflows/profile-issue-authors.yml index cca7300..e204f45 100644 --- a/.github/workflows/profile-issue-authors.yml +++ b/.github/workflows/profile-issue-authors.yml @@ -7,11 +7,11 @@ name: Profile issue authors on: issues: - types: [opened, closed] + types: [opened, reopened, closed] jobs: profile-author: - if: github.event.action == 'opened' + if: github.event.action != 'closed' permissions: issues: write diff --git a/.github/workflows/profile-pr-authors.yml b/.github/workflows/profile-pr-authors.yml index 4da54e9..e8cfd69 100644 --- a/.github/workflows/profile-pr-authors.yml +++ b/.github/workflows/profile-pr-authors.yml @@ -10,7 +10,7 @@ name: Profile PR authors on: pull_request: - types: [opened] + types: [opened, reopened] permissions: contents: read