Fix: Chat - Link in end of line displays tooltip over text and not on link #37406
Workflow file for this run
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: PR Author Checklist | |
on: | |
pull_request: | |
types: [opened, edited, reopened] | |
jobs: | |
# Note: PHP specifically looks for the name of this job, "checklist", so if the name of the job is changed, | |
# then you also need to go into PHP and update the name of this job in the GH_JOB_NAME_CHECKLIST constant | |
checklist: | |
runs-on: ubuntu-latest | |
if: github.actor != 'OSBotify' | |
steps: | |
- name: authorChecklist.js | |
uses: Expensify/App/.github/actions/javascript/authorChecklist@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |