Browse Source

chore(actions): Modify action names

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/475/head
Pranav C 3 years ago
parent
commit
cc5e0df538
  1. 3
      .github/workflows/ci-cd.yml
  2. 2
      .github/workflows/dco-check.yml
  3. 2
      .github/workflows/docker-readme-publish.yml
  4. 4
      .github/workflows/on-event-issue-closed.yml
  5. 4
      .github/workflows/publish-blog.yml
  6. 4
      .github/workflows/publish-book.yml
  7. 4
      .github/workflows/publish-docs.yml
  8. 2
      .github/workflows/release-docker.yml
  9. 2
      .github/workflows/release-draft.yml

3
.github/workflows/node.yml → .github/workflows/ci-cd.yml

@ -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 ]

2
.github/workflows/dco-check.yml

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

2
.github/workflows/docker-readme-publish.yml

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

4
.github/workflows/issue-closed.yml → .github/workflows/on-event-issue-closed.yml

@ -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 }}

4
.github/workflows/publish-blog.yml

@ -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'

4
.github/workflows/publish-book.yml

@ -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'

4
.github/workflows/publish-docs.yml

@ -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'

2
.github/workflows/docker.yml → .github/workflows/release-docker.yml

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

2
.github/workflows/release-draft.yml

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

Loading…
Cancel
Save