Skip to content

Commit

Permalink
ci: added github action intigations (#88)
Browse files Browse the repository at this point in the history
* fix: upgraded to the latest version🌈

* added my profile ð��

* added greetings action

* feat: added semantic release

* added sem release action

* added dependabot

* Update release.yml

* Delete package-lock.json

---------

Co-authored-by: Sagar Bera <[email protected]>
  • Loading branch information
priyankarpal and sboy99 authored Mar 18, 2023
1 parent 354d07a commit ef3446f
Show file tree
Hide file tree
Showing 7 changed files with 4,181 additions and 2,424 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congratulations @${{ github.actor }} on creating your very first issue in GitOpener! 🎉 Thank you for taking the initiative to share your thoughts and ideas with us. Your contribution is highly appreciated and we look forward to collaborating with you to make this project even better. Keep up the good work!'
pr-message: 'Congratulations @${{ github.actor }} on creating your very first pull request in GitOpener! 🎉 Your hard work and dedication to this project is truly appreciated. Thank you for your valuable contribution and for helping us move one step closer to achieving our goals. Keep up the awesome work!'
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Workflow Dispatch
on:
workflow_dispatch:
jobs:
release:
permissions:
contents: write
issue: write
pull-request: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn
- run: yarn build --if-present
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66 changes: 66 additions & 0 deletions contribution/priyankarpal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
author: Priyankar Pal
github_username: priyankarpal
occupation: Student
github: https://github.com/priyankarpal
twitter: https://twitter.com/priyankarpal
linkedin: https://www.linkedin.com/in/priyankarpal
---

# Introduction

Hi👋 there! It's Priyankar Pal, a First-year Computer Science Engineering student & a Tech Enthusiast. I'm a Front-end Developer.I am always looking for ways to contribute to the open-source community and positively impact the tech industry.

## Skills

<Tabs>

<Tab title="Frame Work">
<Skills title="Frame Works">
<Skill
name="React"
href="https://reactjs.org/"
icon={
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>JavaScript</title>
<path d="M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z" />
</svg>
}
level="Newbie"
>
Learning reactJS
</Skill>
<Skill
name="Tailwind CSS"
level="Intermidiate"
icon={
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Tailwind CSS</title>
<path d="M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z" />
</svg>
}
>
2 year experience with Tailwind CSS
</Skill>
</Skills>
</Tab>

</Tabs>

## Hobbies

- Cricket
- Travelling

<Projects>
<Project
name="ProjectsHut"
tldr="Show your projects to the world 🌎"
image="https://raw.githubusercontent.com/priyankarpal/ProjectsHut/main/images/ph.png"
livePreview="https://projectshut.vercel.app"
repository="https://github.com/priyankarpal/ProjectsHut"
>
ProjectsHut is an innovative platform that allows users to publish their projects for free. It's designed to provide a space for individuals to showcase their work and connect with a global audience.

</Project>
</Projects>
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/font": "13.1.1",
"@next/font": "13.2.4",
"@next/mdx": "^13.1.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.2.2",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"mongoose": "^6.8.2",
"next": "13.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"mongoose": "^7.0.1",
"next": "^13.2.4",
"next-mdx-remote": "^4.3.0",
"octokit": "^2.0.10",
"react": "18.2.0",
Expand All @@ -47,24 +47,27 @@
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"sharp": "^0.31.3",
"typescript": "4.9.4",
"typescript": "4.9.5",
"unified": "^10.1.2",
"unist-util-map": "^3.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"framer-motion": "^8.4.2",
"framer-motion": "^10.3.1",
"gray-matter": "^4.0.3",
"husky": "^8.0.2",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"semantic-release": "^20.1.1",
"tailwindcss": "^3.2.4",
"zod": "^3.20.2"
}
Expand Down
19 changes: 19 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const config = {
branches: ['main'],
Plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
'@semantic-release/npm',
[
'@semantic-release/git',
{
assets: ['package.json', 'package-lock.json'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
],
};

module.exports = config;
Loading

1 comment on commit ef3446f

@vercel
Copy link

@vercel vercel bot commented on ef3446f Mar 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.