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