Skip to content

[FEATURE REQUEST] consider transition layers as bottom layers for purposes of SB/LB/SN/LN navigation #839

[FEATURE REQUEST] consider transition layers as bottom layers for purposes of SB/LB/SN/LN navigation

[FEATURE REQUEST] consider transition layers as bottom layers for purposes of SB/LB/SN/LN navigation #839

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌"
pr-message: "This is your first time submitting a pull request with UVtools 🥳Please review your PR and ensure that the submit template was followed, the information is complete, and not related to any other open PR. It will be reviewed shortly. PRs by community are very important and make the program better and richer in every way. Thanks for contributing and making the software better! 🙌"