Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/assigned-pulls-todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Move assigned pull requests into To do

on:
pull_request:
types: [assigned]

jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Backlog
column: To do
repo-token: ${{ secrets.TOKEN_GITHUB }}
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
15 changes: 15 additions & 0 deletions .github/workflows/opened-issues-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Move new issues into Triage

on:
issues:
types: [opened]

jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Backlog
column: Triage
repo-token: ${{ secrets.TOKEN_GITHUB }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Code Quality Enabled
##Hi

[![GitHub Super-Linter](https://github.com/VishalCodes/NodeJs/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)