Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/main.workflow

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: push
name: Create an issue
jobs:
createIssueFromFile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Filter test branch
uses: actions/bin/filter@master
with:
args: branch test
- name: Create Issue From File
uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_TITLE: An example issue
ISSUE_CONTENT_FILEPATH: ./example-content/output.md
ISSUE_LABELS: report, automated issue
ISSUE_ASSIGNEES: peter-evans