Skip to content

GH-303 Add support for status codes in packet reader #369

GH-303 Add support for status codes in packet reader

GH-303 Add support for status codes in packet reader #369

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 }}"