Skip to content

Commit

Permalink
comment CI only for plugins.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 16, 2023
1 parent 46a0abe commit 60b94df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Comment on PRs with plugin metadata issues

on: [pull_request]
on:
pull_request:
paths:
# Only run when the plugins.yaml file is changed
# which is when plugin information is changed by a PR from plugin
# develpers.
- plugins.yaml

jobs:

Expand Down

0 comments on commit 60b94df

Please sign in to comment.