Skip to content

Commit

Permalink
Merge branch 'master' into add-docs-page
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 authored Oct 5, 2023
2 parents 578b157 + 0d5b691 commit 700d088
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ updates:
prefix: '[npm] '
include: 'scope'
labels:
- 'dependencies'
- 'npm'
- 'dependencies 📦️'
- 'npm 📦️'
reviewers:
- SaptarshiSarkar12

Expand All @@ -26,8 +26,8 @@ updates:
prefix: '[maven] '
include: 'scope'
labels:
- 'dependencies'
- 'maven'
- 'dependencies 📦️'
- 'maven 📦️'
reviewers:
- SaptarshiSarkar12

Expand All @@ -40,7 +40,7 @@ updates:
prefix: '[ci] '
include: 'scope'
labels:
- 'dependencies'
- 'dependencies 📦️'
- 'Workflows'
reviewers:
- SaptarshiSarkar12
17 changes: 7 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
Website:
"Website 🌐":
- Website/**

App:
"App 💻":
- src/**

Workflows:
- .github/workflows/**

dependencies:
"dependencies 📦️":
- Website/package.json
- Website/package-lock.json
- pom.xml

documentation:
"documentation 📝":
- '**/*.md'

assets:
- assets/**

maven:
"maven 📦️":
- pom.xml

npm:
"npm 📦️":
- Website/package.json
- Website/package-lock.json

docker:
"docker 🐋":
- Docker/**
50 changes: 25 additions & 25 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@ changelog:
categories:
- title: New Features ✨ in Application
labels:
- enhancement
- "feature ✨"
exclude:
labels:
- Website
- documentation
- "Website 🌐"
- "documentation 📝"
- title: Bug 🪲 Fixes in Application
labels:
- bug
- "bug 🐛"
exclude:
labels:
- Website
- documentation
- "Website 🌐"
- "documentation 📝"
- title: New Features ✨ in Website
labels:
- enhancement
- "feature ✨"
exclude:
labels:
- App
- documentation
- "App 💻"
- "documentation 📝"
- title: Bug 🪲 Fixes in Website
labels:
- bug
- "bug 🐛"
exclude:
labels:
- App
- documentation
- "App 💻"
- "documentation 📝"
- title: Documentation 📝 Changes
labels:
- documentation
- "documentation 📝"
exclude:
labels:
- App
- Website
- title: Dependency ️ Changes
- "App 💻"
- "Website 🌐"
- title: Dependency 📦️ Changes
labels:
- dependencies
- maven
- npm
- "dependencies 📦️"
- "maven 📦️"
- "npm 📦️"
exclude:
labels:
- App
- documentation
- title: Docker 🐳 Changes
- "App 💻"
- "documentation 📝"
- title: Docker 🐋 Changes
labels:
- docker
- "docker 🐋"
exclude:
labels:
- App
- documentation
- "App 💻"
- "documentation 📝"
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ concurrency:
jobs:
# Build job
build:
if: github.repository == 'SaptarshiSarkar12/Drifty'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:

# Deployment job
deploy:
if: github.repository == 'SaptarshiSarkar12/Drifty'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qodana-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
qodana:
if: github.repository == 'SaptarshiSarkar12/Drifty'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 700d088

Please sign in to comment.