Merge branch 'stable' into rolling

This commit is contained in:
neon_arch 2023-05-27 16:36:46 +03:00
commit 403166c0dd
13 changed files with 704 additions and 112 deletions

18
.github/workflows/hello.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Welcome first time contributors
on:
pull_request_target:
types:
- opened
jobs:
welcome:
name: Welcome
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |-
Congrats on making your first Pull Request and thanks for taking the time to improve Websurfx! ❤️!
Say hello by joining the conversation in our [Discord](https://discord.gg/SWnda7Mw5u)

View file

@ -3,7 +3,7 @@ name: Import open source standard labels
on:
push:
branches:
- master
- rolling
jobs:
labels:
@ -19,4 +19,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
owner-name: ${{ github.repository_owner }}
repository-name: ${{ github.event.repository.name }}
force: true # optional to clear existing labels, default to true
force: false