mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 12:33:09 +02:00
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
This commit is contained in:
commit
b070e85566
2 changed files with 6 additions and 6 deletions
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 💬 Misskey official Discord
|
- name: 💬 Transfem.org Discord
|
||||||
url: https://discord.gg/Wp8gVStHW3
|
url: https://discord.gg/xTtXc7We
|
||||||
about: Chat freely about Misskey
|
about: Chat freely about Sharkey
|
||||||
|
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -3,10 +3,10 @@ name: Lint
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master/**
|
- master
|
||||||
- develop/**
|
- develop
|
||||||
paths:
|
paths:
|
||||||
- packages
|
- packages/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue