mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:05:47 +00:00
chore(actions): Modify action names
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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
vendored
2
.github/workflows/dco-check.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: DCO Check
|
||||
name: Check DCO
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/docker-readme-publish.yml
vendored
2
.github/workflows/docker-readme-publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish Docker Description
|
||||
name: "Publish : Docker Readme"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -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
vendored
4
.github/workflows/publish-blog.yml
vendored
@@ -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
vendored
4
.github/workflows/publish-book.yml
vendored
@@ -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
vendored
4
.github/workflows/publish-docs.yml
vendored
@@ -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'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: docker
|
||||
name: "Release : Docker"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release Draft Generator
|
||||
name: "Release : Draft Notes"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user