Skip to content

[FEATURE REQUEST] Lift 40mm To, and Hold for 30s, Clear Resin Traps, Before Sealing The Area #902

[FEATURE REQUEST] Lift 40mm To, and Hold for 30s, Clear Resin Traps, Before Sealing The Area

[FEATURE REQUEST] Lift 40mm To, and Hold for 30s, Clear Resin Traps, Before Sealing The Area #902

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! 🙌"