When using ldap login, the login page css missing #3072
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome first time contributors | |
on: | |
pull_request_target: | |
types: | |
- opened | |
issues: | |
types: | |
- opened | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
Hello there ${{ github.actor }}! π | |
Thank you and congratulations π for opening your very first issue in this project! π | |
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. π | |
pr-message: | | |
Hello there ${{ github.actor }}! π | |
Thank you and congrats π for opening your first PR on this project! β¨ π | |
We will try to review it soon! |