ZK-5530: users cannot focus on the icons on the Calendar header #2401
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: WIP | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened, edited, labeled, auto_merge_enabled] | |
jobs: | |
wip: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wip/action@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |