Merge branch 'stable' into rolling
This commit is contained in:
commit
403166c0dd
13 changed files with 704 additions and 112 deletions
18
.github/workflows/hello.yml
vendored
Normal file
18
.github/workflows/hello.yml
vendored
Normal 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)
|
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue