diff --git a/.github/github-action/contributors.js b/.github/github-action/contributors.js index 50d4c39..d1d564d 100644 --- a/.github/github-action/contributors.js +++ b/.github/github-action/contributors.js @@ -11,7 +11,7 @@ const contributors = [ 'tsironis13', ]; -const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2']; +const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2', 'fpalmab']; module.exports = { contributors, diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 6918818..00a0116 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -2,7 +2,7 @@ name: Add Labels on: pull_request_target: - types: [ opened ] + types: [ opened, edited ] jobs: add_labels: