Closed mxosman closed 5 months ago
Thanks for the investigation Mahmoud! Agreed that this won't hurt anything if this doesn't work, so I say let's merge and see what happens!
Thank you so much, Michelle!
Omg - it worked!
(Guess I gotta update the set-output
command soon -- I'll make a note to self)
Description of the change
Exclude @babel packages from dependabot auto-merge.
This one is tough to test because
uses: dependabot/fetch-metadata@v1
will throw an error if the PR's author is notdependabot
. So, I passed in a string in lieu ofsteps.metadata.outputs.dependency-names
with a comma separated list of dependency names - just to test theif
andgrep
logic - and it properly skipped the auto-merge steps.It won't hurt anything if this doesn't work, so I'm open to trying it and waiting for a dependabot
babel
package, if folks are OK with that. I've searched high and low for a way to simulate or manually trigger a dependabot package upgrade PR, to no reasonable avail (there was a discussion of a potential way to trigger it via an endpoint, but it didn't seem worth diving into that rabbit hole for this 😄).Update: there is a way to have it check for updates, but not target a specific package. I'm going to try this after this is merged in and hope for a
babel
package.Type of change
Related issues
Closes #1377
Checklists
Development
This box MUST be checked by the submitter prior to merging:
These boxes should be checked by the submitter prior to merging:
Code review
These boxes should be checked by reviewers prior to merging: