Skip to content

Updating names

Updating names #353

name: first-interaction
on:
pull_request:
branches: [develop]
types: [opened]
paths:
- '**.svg'
- '!app/src/**'
- '!**.gradle.kts'
jobs:
check_pr:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Send message if first interaction
if: steps.outcome != 'failure'
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Thanks for your interest in contributing to Lawnicons!
Ensure that the size of your icons, their line thicknesses, and their corner radius match the [Lawnicons guidelines](https://github.com/LawnchairLauncher/lawnicons/blob/develop/.github/CONTRIBUTING.md#icon-guidelines).
If something is wrong with your icons, please correct them and update the PR.
If everything is according to the guidelines, the reviewers will quickly accept the PR. Otherwise, you will be asked to fix the icons.