-
Notifications
You must be signed in to change notification settings - Fork 67
34 lines (29 loc) · 843 Bytes
/
community.yml
File metadata and controls
34 lines (29 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Community
on:
schedule:
- cron: '0 0 * * *'
issues:
types: [opened]
pull_request_target:
types: [opened]
workflow_dispatch:
permissions: {}
jobs:
stale:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: netresearch/.github/.github/workflows/stale.yml@main
permissions:
issues: write
pull-requests: write
lock:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: netresearch/.github/.github/workflows/lock.yml@main
permissions:
issues: write
pull-requests: write
greetings:
if: github.event_name == 'issues' || github.event_name == 'pull_request_target'
uses: netresearch/.github/.github/workflows/greetings.yml@main
permissions:
issues: write
pull-requests: write