Skip to content

fix: linting and formatting run #704

fix: linting and formatting run

fix: linting and formatting run #704

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