⏩ Rebased from master
This commit is contained in:
19
.github/AUTHORS.txt
vendored
19
.github/AUTHORS.txt
vendored
@@ -1,26 +1,27 @@
|
||||
Alicia <liss-bot@d0h.co> - 1 commits
|
||||
Alicia <o> - 1 commits
|
||||
Begin <support@begin.com> - 1 commits
|
||||
DeepSource <o> - 1 commits
|
||||
Devin <uh> - 1 commits
|
||||
FormatToday <616099456@qq.com> - 1 commits
|
||||
Ryan <urne> - 1 commits
|
||||
deepsource-io[bot] <deepsource-io[bot]@users.noreply.github.com> - 1 commits
|
||||
liss-bot <87835202+liss-bot@users.noreply.github.com> - 1 commits
|
||||
Dan <ilber> - 2 commits
|
||||
ᗪєνιη <υн> - 2 commits
|
||||
Alicia <o> - 3 commits
|
||||
UrekD <urek.denis@gmail.com> - 3 commits
|
||||
Niklas <abe> - 4 commits
|
||||
repo-visualizer <repo-visualizer@users.noreply.github.com> - 5 commits
|
||||
snyk-bot <snyk-bot@snyk.io> - 5 commits
|
||||
Erik <roo> - 6 commits
|
||||
liss-bot <liss-bot@users.noreply.github.com> - 6 commits
|
||||
repo-visualizer <repo-visualizer@users.noreply.github.com> - 6 commits
|
||||
snyk-bot <snyk-bot@snyk.io> - 8 commits
|
||||
Alicia <yke> - 10 commits
|
||||
snyk-bot <snyk-bot@users.noreply.github.com> - 10 commits
|
||||
snyk-bot <snyk-bot@users.noreply.github.com> - 13 commits
|
||||
EVOTk <45015615+EVOTk@users.noreply.github.com> - 14 commits
|
||||
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits
|
||||
liss-bot <liss-bot@d0h.co> - 16 commits
|
||||
liss-bot <liss-bot@d0h.co> - 17 commits
|
||||
Alicia <yke> - 25 commits
|
||||
Lissy93 <gh@d0h.co> - 64 commits
|
||||
Lissy93 <Lissy93@users.noreply.github.com> - 169 commits
|
||||
Alicia <yke> - 236 commits
|
||||
Alicia <yke> - 932 commits
|
||||
Lissy93 <gh@d0h.co> - 67 commits
|
||||
Lissy93 <Lissy93@users.noreply.github.com> - 172 commits
|
||||
Alicia <yke> - 242 commits
|
||||
Alicia <yke> - 954 commits
|
||||
3
.github/close-label.yml
vendored
Normal file
3
.github/close-label.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
🐛 Bug: ✅ Fixed
|
||||
🦄 Feature Request: ✅ Implemented
|
||||
🤷♂️ Question: ✅ Answered
|
||||
13
.github/workflows/apply-done-label.yml
vendored
Normal file
13
.github/workflows/apply-done-label.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# When a PR is merged, any associated issues will have a Done label applied
|
||||
# The label will depend on the issue type, see: ./github/close-label.yml
|
||||
name: 💡 Apply Done Label
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, merged, closed]
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: logerfo/close-label@0.0.4
|
||||
with:
|
||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
16
.github/workflows/check-merge-conflicts.yml
vendored
Normal file
16
.github/workflows/check-merge-conflicts.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Detect and label pull requests that have merge conflicts
|
||||
name: 🏗️ Check Merge Conflicts
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
check-conflicts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
with:
|
||||
CONFLICT_LABEL_NAME: "🚫 Merge Conflicts"
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
MAX_RETRIES: 5
|
||||
WAIT_MS: 5000
|
||||
18
.github/workflows/label-top-issues.yml
vendored
Normal file
18
.github/workflows/label-top-issues.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Applies the 'Top Issue' label to tickets with most user reactions
|
||||
name: 🎯 Label Top Issues
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # Run at 01:00 each day
|
||||
jobs:
|
||||
labelTopIssues:
|
||||
name: Label Top Issues
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Label Issues
|
||||
uses: adamzolyak/top-issues-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
TOP_NUMBER_OF_ISSUES: 10
|
||||
TOP_LABEL_NAME: "👍 Top 10 Issue!"
|
||||
TOP_LABEL_COLOR: FBCA04
|
||||
Reference in New Issue
Block a user