mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
16 lines
348 B
YAML
16 lines
348 B
YAML
name: Notify users based on issue labels
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
notify:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: jenschelkopf/issue-label-notification-action@1.3
|
|
with:
|
|
token: ${{ secrets.NOTIFY_ACTION_TOKEN }}
|
|
recipients: |
|
|
Support Contract=@rclone/support
|