Skip to content

Commit

Permalink
integer | mtime fix (#62)
Browse files Browse the repository at this point in the history
* integer calc | +lib hook
	modified:   lib/_zi
	modified:   lib/zsh/autoload.zsh
	renamed:    lib/zsh/zinit.zsh -> lib/zsh/zi.zsh
	modified:   zi.zsh

* Update stale.yml

* Update stale.yml

* Update pr-labels.yml

* Update and rename labels.yml to labels.md

* Rename labels.md to labels.yml

* modified:   .gitignore
	modified:   zi.zsh
  • Loading branch information
ss-o authored Dec 12, 2021
1 parent 08b2672 commit 8a55822
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 306 deletions.
51 changes: 27 additions & 24 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
- name: "in-progress ⚡"
color: fbca04
description: "Issue is currently being worked on by a developer."
- name: "triage ⚠️"
color: fbca04
description: "The issue is awaiting investigation."
- name: "stale 👻"
color: ffffff
description: "No activity for quite some time."
Expand All @@ -56,12 +59,12 @@
- name: "security 🛡️"
color: ee0701
description: "Addressing a vulnerability or security risk in this project."
- name: "incomplete 👽"
color: fef2c0
description: "Missing information."
- name: "invalid ⚠️"
color: 0b467f
description: "This is off-topic, spam, or otherwise doesn't apply to this project."
#- name: "incomplete 👽"
# color: fef2c0
# description: "Missing information."
#- name: "invalid ⚠️"
# color: 0b467f
# description: "This is off-topic, spam, or otherwise doesn't apply to this project."

- name: "beginner-friendly 💕"
color: 0e8a16
Expand All @@ -70,22 +73,22 @@
color: 832Aeb
description: "We need some extra helping hands or expertise in order to resolve this!"

- name: "priority-critical 🔥"
color: ee0701
description: "Must be addressed as soon as possible."
- name: "priority-high ‼️"
color: d93f0b
description: "After critical issues are fixed, these should be dealt with before any further issues."
- name: "priority-medium 📌"
color: fbcA04
description: "This issue may be useful, and needs some attention."
- name: "priority-low 🔖"
color: ffffff
description: "Good addition, will do on spare time."
#- name: "priority-critical 🔥"
# color: ee0701
# description: "Must be addressed as soon as possible."
#- name: "priority-high ‼️"
# color: d93f0b
# description: "After critical issues are fixed, these should be dealt with before any further issues."
#- name: "priority-medium 📌"
# color: fbcA04
# description: "This issue may be useful, and needs some attention."
#- name: "priority-low 🔖"
# color: ffffff
# description: "Good addition, will do on spare time."

- name: "major 🔺"
color: b60205
description: "This PR causes a major bump in the version number."
- name: "minor 🔸"
color: 5319e7
description: "This PR causes a minor bump in the version number."
#- name: "major 🔺"
# color: b60205
# description: "This PR causes a major bump in the version number."
#- name: "minor 🔸"
# color: 5319e7
# description: "This PR causes a minor bump in the version number."
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
pull-request-number: '${{ github.event.pull_request.number }}'
valid-labels: 'breaking-change 💥, bug 🐞, documentation 📝, enhancement ✨, beginner-friendly ✅, refactor ♻️, performance 🚀, new-feature 🎉, maintenance 📈, ci 🤖, in-progress ⚡, dependencies 📦'
valid-labels: 'breaking-change 💥, bug 🐞, documentation 📝, enhancement ✨, beginner-friendly ✅, refactor ♻️, performance 🚀, new-feature 🎉, triage ⚠️, maintenance 📈, ci 🤖, in-progress ⚡, dependencies 📦'
disable-reviews: true
10 changes: 5 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 👻 Stale
name: 🧹 Stale

on:
schedule:
Expand All @@ -18,8 +18,8 @@ jobs:
days-before-stale: 30
days-before-close: 7
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,help-wanted"
stale-issue-label: "stale 👻"
exempt-issue-labels: "no-stale 🔒,help-wanted 👥"
stale-issue-message: >
There hasn't been any activity on this issue recently, and in order
to prioritize active issues, it will be marked as stale.
Expand All @@ -32,8 +32,8 @@ jobs:
in 7 days if no further activity occurs.
Thank you for your contributions!
stale-pr-label: "stale"
exempt-pr-labels: "no-stale"
stale-pr-label: "stale 👻"
exempt-pr-labels: "no-stale 🔒"
stale-pr-message: >
There hasn't been any activity on this pull request recently, and in
order to prioritize active work, it has been marked as stale.
Expand Down
Loading

0 comments on commit 8a55822

Please sign in to comment.