Skip to content

Commit

Permalink
Update label.yml (#4151)
Browse files Browse the repository at this point in the history
modifying github action to add label new contributor opens a pr _only_
(not closes). this is a result of Leona flagging that since the vercel
migration, the new contributor label was being removed shortly after the
gha adds it. [example
pr](#4121)

cc @runleonarun

this might have something to do with the 'authorize in vercel' workflow
perhaps?
  • Loading branch information
mirnawong1 authored Sep 28, 2023
1 parent ed40b2b commit be67d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Add/Remove Labels

on:
pull_request_target:
types: [ opened, closed ]
types: [ opened ]

jobs:
add_new_contributor_label:
Expand Down

0 comments on commit be67d3c

Please sign in to comment.