You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe what you are talking about is covered here by providing a different pushBefore or pushAfter SHA, or a seperate prNumber.
Some ways I use this are in the lowest example on the readme where I use the head_commit.id from the commit to get the commit's PR number (merge request push) and get a list of files. You can then use that list to perform your action.
Is your feature request related to a problem? Please describe.
I would like to lint only changed files, but lint them from the base branch.
Describe the solution you'd like
Omit changes relative to base branch.
Describe alternatives you've considered
Squashing when the action runs.
The text was updated successfully, but these errors were encountered: