AnandChowdhary / dependabot-pr-action

📦 Label, approve, and merge Dependabot pull requests automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge neutral completed workflows

kaaax0815 opened this issue · comments

If you connect netlify with github, it creates steps in the pull request.
Example
It creates multiple for "redirect rules, "header rules", etc.
But if I dont have "redirect rules" it completes the workflow, but sets conclusion to "neutral"

{
      url: 'https://api.github.com/repos/kaaax0815/geis-bus-schedule/check-runs/2437026572',
      html_url: 'https://github.com/kaaax0815/geis-bus-schedule/runs/2437026572',
      details_url: 'https://app.netlify.com/sites/brave-feynman-a25437/deploys/60868d687a3f710007dccb51',
      status: 'completed',
      conclusion: 'neutral',
      started_at: '2021-04-26T09:53:58Z',
      completed_at: '2021-04-26T09:55:46Z',
      name: 'Redirect rules - brave-feynman-a25437'
}

Best way is to either enable "ignore neutral checks" or ignore it generally

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

Still relevant