Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Commit

Permalink
Give the workflow a name
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jun 9, 2020
1 parent b6c9312 commit 5c03cb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-issue-branch.yml
@@ -1,3 +1,5 @@
name: Create Issue Branch

on:
issues:
types: [assigned]
Expand All @@ -6,7 +8,10 @@ on:

jobs:
create_issue_branch_job:
name: "Create Issue Branch Job"

runs-on: ubuntu-latest

steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@master
Expand Down

0 comments on commit 5c03cb1

Please sign in to comment.