Skip to content

If it's selected AboutScreen again when selecting AboutScreen, it can not transition to its other child screens. #2487

If it's selected AboutScreen again when selecting AboutScreen, it can not transition to its other child screens.

If it's selected AboutScreen again when selecting AboutScreen, it can not transition to its other child screens. #2487

name: save-pr-number-for-removing-waiting-label
on:
pull_request:
types: [synchronize]
issue_comment:
types: [created]
pull_request_review_comment:
types: [ created ]
jobs:
save_pr_number:
runs-on: ubuntu-latest
steps:
- name: Save PR number
run: |
echo ${{ github.event.pull_request.number || github.event.issue.number }} > pr_number.txt
- name: Upload PR number
uses: actions/upload-artifact@v2
with:
name: pr_number
path: pr_number.txt