RCORE-2253 Redirected user authenticated app requests cause user to be logged out and location is not updated #5499
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
# NOTE: This is a common file that is overwritten by realm/ci-actions sync service | |
# and should only be modified in that repository. | |
name: Issue Needs Attention | |
# This workflow is triggered on issue comments. | |
on: | |
issue_comment: | |
types: created | |
jobs: | |
applyNeedsAttentionLabel: | |
uses: realm/ci-actions/.github/workflows/issue-needs-attention.yml@main |