summaryrefslogtreecommitdiff
path: root/.github/workflows/add-pr-cmt.yml
blob: 754c9f9fbb63074cfa109403efe07027e8b420e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: Add pull request Cmt

on:
  pull_request:
    branches:
      - current

permissions:
  pull-requests: write
  contents: read

jobs:
  add-pr-cmt:
    uses: vyos/.github/.github/workflows/add-pr-comment.yml@feature/check-pr-commenting
    secrets: inherit