Buying Minecraft and directly trying to login to the FTB App gives error "auth97 response not successful" instead of proper explanation #176
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
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
hello_world_job: | |
runs-on: ubuntu-latest | |
name: Job for toggling label | |
steps: | |
- name: Toggle label | |
uses: FTBTeam/awaiting-reply-action@main | |
with: | |
label: "awaiting response" | |
ignore-labels: "Blocked" | |
remove-labels: "state: Stale" | |
ignore-string: "!skip" |