Skip to content

Instantly share code, notes, and snippets.

@engelin
engelin / add-new-comment.yaml
Created January 30, 2023 17:47
Jira & github integration backup
name: Add a new comment
on:
issue_comment:
types:
- created
- edited
jobs:
add-new-comment:
runs-on: ubuntu-latest
@engelin
engelin / create-jira-issue.yaml
Created January 30, 2023 17:46
Jira & github integration backup
name: Create a Jira Issue
on:
issues:
types:
- opened
- reopened
jobs:
create-jira-issue:
runs-on: ubuntu-latest
@engelin
engelin / .vimrc
Created August 12, 2022 07:58
vimrc example
" VIMRC
"
" To use: copy to ~/.vimrc
"
"
" Last updated: 6/2009
" Author: Juan C. Reyes
" reyes@ucsd.edu
"
⭐ Total Stars: 1
➕ Total Commits: 293
🔀 Total PRs: 16
🚩 Total Issues: 36
📦 Contributed to: 15
🌞 Morning 29 commits ██▏░░░░░░░░░░░░░░░░░░ 10.3%
🌆 Daytime 32 commits ██▍░░░░░░░░░░░░░░░░░░ 11.4%
🌃 Evening 155 commits ███████████▌░░░░░░░░░ 55.2%
🌙 Night 65 commits ████▊░░░░░░░░░░░░░░░░ 23.1%