Skip to content

Merge branch 'master' of https://github.com/angshumanHalder/httpexpec… #34

Merge branch 'master' of https://github.com/angshumanHalder/httpexpec…

Merge branch 'master' of https://github.com/angshumanHalder/httpexpec… #34

name: "detect conflicts"
on:
push:
branches:
- "*"
tags:
- "!*"
pull_request:
types: synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Run the action to detect unmergeable PRs
uses: cats-oss/[email protected]
env:
LABEL_NEED_REBASE: "needs rebase"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"