mirror of
https://github.com/zyphlar/organicmaps-locale-viewer.git
synced 2024-03-08 13:27:46 +00:00
Add issue creation action
This commit is contained in:
parent
12f795c0b7
commit
a159c245d1
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
create:
|
||||||
|
name: create
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
steps:
|
||||||
|
- name: open-issue
|
||||||
|
uses: rishabhgupta/git-action-issue@05095a071ec1fa279fff18873b8de34366d38790
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
title: fff
|
||||||
|
body: fefefefe
|
Loading…
Reference in New Issue
Block a user