Skip to content

Commit

Permalink
Merge pull request #8 from EOX-A/session-handling/list-prs
Browse files Browse the repository at this point in the history
Feat: List PRs (Session's List)
  • Loading branch information
silvester-pari authored Oct 17, 2024
2 parents 2841a4e + 8b7925a commit 71152e3
Show file tree
Hide file tree
Showing 20 changed files with 917 additions and 72 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Create `.env` file in root, copy-paste env given below and also update the variables with your respective data
VUE_APP_GITHUB_TOKEN=ghp_***add-your-token***
VUE_APP_GITHUB_OWNER=***add-repo-user-name***
VUE_APP_GITHUB_REPO=***add-repo-name***
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ coverage
*.njsproj
*.sln
*.sw?
.env

*.tsbuildinfo
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css"
rel="stylesheet"
/>
=
</head>
<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit 71152e3

Please sign in to comment.