Failed to build module 'FBSDKLoginKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)', while this compiler is 'Apple Swift version 5.8 (swiftlang-5.8.0.119.11 clang-1403.0.22.11.100)'). Please select a toolchain which matches the SDK. #1459
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: Issue Needs Attention | |
# This workflow is triggered on issue comments. | |
on: | |
issue_comment: | |
types: created | |
jobs: | |
applyNeedsAttentionLabel: | |
name: Apply Needs Attention Label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Apply Needs Attention Label | |
uses: hramos/needs-attention@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
response-required-label: 'waiting-for-response' | |
needs-attention-label: 'needs-triage' |