Skip to content

Commit e98385b

Browse files
authored
added names to the project manager workflows (demisto#11316)
1 parent c0c524f commit e98385b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/project_manager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Manage Contribution Board - Event
12
on:
23
pull_request:
34
types: [opened, reopened, assigned, unassigned, review_requested, review_request_removed, labeled, unlabeled]

.github/workflows/project_manager_daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Manage Contribution Board - Daily
12
on:
23
schedule:
34
- cron: '0 0 * * *'

.github/workflows/project_manager_hourly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Manage Contribution Board - Hourly
12
on:
23
schedule:
34
- cron: '0 * * * *'

0 commit comments

Comments
 (0)