summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-close-pr.yml
blob: a0b1661f72e3fab3e19177c8be94c6c397a7f6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Close Pull Request

on:
  pull_request_target:
    branches: [crux]
    types: [opened]

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
    - uses: superbrothers/close-pull-request@v3
      with:
        comment: "VyOS 1.2 (crux) is end-of-life. Please upgrade to 1.3 (equuleus) or later"