Skip to content

Update Reported Finding Severity by Month on the dashboard to be by month instead of day. #21928

Update Reported Finding Severity by Month on the dashboard to be by month instead of day.

Update Reported Finding Severity by Month on the dashboard to be by month instead of day. #21928

name: "Detect Merge Conflicts"
on:
workflow_dispatch:
pull_request:
branches:
- dev
- master
- bugfix
- release/*
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are conflicted
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "conflicts-detected"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."