Skip to content

Commit

Permalink
add name to action
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 2, 2020
1 parent bdf292e commit 1626bba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_to_doc_issue.yml
@@ -1,10 +1,12 @@

name: Documentation issue for labeled PR

on:
pull_request:
types:
- labeled
jobs:
docbot:
pr2docissue:
runs-on: ubuntu-latest
name: Create issue on doc repo for labeled issue
if: github.event.label.name == 'Documentation'
Expand Down

0 comments on commit 1626bba

Please sign in to comment.