Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo1 #161

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Demo1 #161

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bb992d8
Create node.js.yml
RaviSonataGit Mar 25, 2021
362f607
Update node.js.yml
RaviSonataGit Mar 25, 2021
42a5d2d
sonarcloud
ravi8915 Mar 25, 2021
d7827a6
change
ravi8915 Mar 25, 2021
ba6a340
Update sonar-project.properties
RaviSonataGit Mar 25, 2021
c8708c8
Update node.js.yml
RaviSonataGit Mar 25, 2021
be64b63
Update node.js.yml
RaviSonataGit Mar 25, 2021
9feded1
Update node.js.yml
RaviSonataGit Mar 25, 2021
ac6d5c7
Update node.js.yml
RaviSonataGit Mar 25, 2021
fef43d9
Update and rename node.js.yml to opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
da8e1e6
Create assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
e04a3c0
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
c80240f
Create assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
c263f6c
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
33859bb
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
9e08ad9
Update opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
0f06707
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
9b24a41
Update opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
62e35e3
Update opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
2cb8010
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
742b0e9
Update opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
a1501a7
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
9261007
Update assigned-pulls-todo.yml
RaviSonataGit Mar 26, 2021
5eed5a1
Update opened-issues-triage.yml
RaviSonataGit Mar 26, 2021
51fad58
Update README.md
RaviSonataGit Mar 26, 2021
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
14 changes: 14 additions & 0 deletions .github/workflows/assigned-pulls-todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/[email protected]
with:
project: hello
column: two
repo-token: ${{ secrets.GH_TOKEN }}

16 changes: 16 additions & 0 deletions .github/workflows/opened-issues-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Move new issues into Triage
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: hello
column: one
repo-token: ${{ secrets.GH_TOKEN }}



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Welcome
## Wcome

This repository contains the base project part of our on-site GitHub Verified Partner workshop program. It is meant to be used for in-classroom training under the supervision of GitHub coaches.

Expand Down
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sonar.projectKey=RaviSonataGit_workshop-tonkotsu-nodejs
sonar.organization=ravisonatagit

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=workshop-tonkotsu-nodejs
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8