diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-07-14 12:52:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 12:52:34 +0300 |
| commit | 08ac48bf31e10b4b67420bcad4d071ea24c11edd (patch) | |
| tree | acfc8d0f6041ed25a3c85702ced2a0ee8964aaf6 | |
| parent | 44b74017dfcaff73bb6ccea8ac833015829baef5 (diff) | |
| parent | 959e4dfffe0ae46d743dac1d3203f93d2c363505 (diff) | |
| download | vyos-1x-08ac48bf31e10b4b67420bcad4d071ea24c11edd.tar.gz vyos-1x-08ac48bf31e10b4b67420bcad4d071ea24c11edd.zip | |
Merge pull request #51 from vyos/cla
CI: T7579: fix of the run trigger for CLA
| -rw-r--r-- | .github/workflows/cla-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 66afa52a3..625ff78f8 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -7,7 +7,7 @@ permissions: statuses: write on: - pull_request: + pull_request_target: types: [opened, synchronize, closed] issue_comment: types: [created] |
