Adds workflow files for testing

This commit is contained in:
Akshay Nair
2020-10-06 22:14:00 +05:30
parent cbe9bdbf1e
commit c3c654d3f8
3 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# https://github.com/actions/labeler
name: Maintainence
on: pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Labelling pull request
uses: actions/labeler@v2
with:
repo-token: "${{secrets.GITHUB_TOKEN}}"
+11
View File
@@ -0,0 +1,11 @@
name: Publish records
on:
workflow_dispatch:
name: 'Publish all records'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- run: echo "Hello yo"