Skip to content

Commit

Permalink
docs(caller-workflow): add custom run-name; more clear in Action tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent 12ce1a0 commit d63dad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/caller-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
name: Sync to Espressif Jira
run-name: >
${{ github.event_name == 'issue_comment' && format('Sync to Espressif Jira: Comment {0} in issue {1}', github.event.comment.id, github.event.issue.title) ||
github.event_name == 'schedule' && 'Sync to Espressif Jira: Pull Requests missing in Jira' ||
github.event_name == 'issues' && format('Sync to Espressif Jira: New Issue {0}', github.event.issue.title) }}
on:
issues: {types: [opened]}
Expand Down

0 comments on commit d63dad5

Please sign in to comment.