chore(actions): Modify action names

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-08-21 12:58:09 +05:30
parent 6b697e64c4
commit cc5e0df538
9 changed files with 13 additions and 14 deletions

View File

@@ -1,8 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
name: "CI/CD"
on:
push:
branches: [ master ]

View File

@@ -1,4 +1,4 @@
name: DCO Check
name: Check DCO
on: [pull_request]
jobs:

View File

@@ -1,4 +1,4 @@
name: Publish Docker Description
name: "Publish : Docker Readme"
on:
push:

View File

@@ -1,4 +1,4 @@
name: Issue closed notification
name: "On Event : Issue Closed"
on:
issues:
@@ -15,4 +15,4 @@ jobs:
with:
severity: info
details: 'Closed : ${{ github.event.issue.title }}(#${{ github.event.issue.number }}) : ${{ github.event.issue.html_url }}'
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

View File

@@ -1,4 +1,4 @@
name: Publish Blog
name: "Publish : Blog"
on:
push:
@@ -39,4 +39,4 @@ jobs:
destination_folder: 'docs'
user_email: 'oof1lab@gmail.com'
user_name: 'o1lab'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-blog'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-blog'

View File

@@ -1,4 +1,4 @@
name: Publish Book
name: "Publish : Book"
on:
push:
@@ -39,4 +39,4 @@ jobs:
destination_folder: 'docs'
user_email: 'oof1lab@gmail.com'
user_name: 'o1lab'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-book'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-book'

View File

@@ -1,4 +1,4 @@
name: Publish Docs
name: "Publish : Docs"
on:
push:
@@ -39,4 +39,4 @@ jobs:
destination_folder: 'docs'
user_email: 'oof1lab@gmail.com'
user_name: 'o1lab'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-docs'
commit_message: 'Autorelease from github.com/nocodb/nocodb/packages/noco-docs'

View File

@@ -1,4 +1,4 @@
name: docker
name: "Release : Docker"
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: Release Draft Generator
name: "Release : Draft Notes"
on:
workflow_dispatch: