summaryrefslogtreecommitdiff
path: root/.github/workflows/chedck-pr-comment.yml
blob: ff6c74ce66409a686f3ca293d03284dcb600e733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Add pull request comment

on:
  pull_request:
    branches:
      - current

permissions:
  pull-requests: write
  contents: read

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