Placing or modifying Integrated Dynamics or Integrated Tunnels components causes a 1-5 second hiccup in the game. #1926
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: | |
awaiting-label: "state: Awaiting Reply" | |
replied-label: "@Replied" | |
ignore-labels: "@On Hold,state: Mod Update Available,state: Confirmed,state: Awaiting Mod Update,@Reported to Mod Dev" | |
remove-labels: "state: Stale" | |
ignore-string: "!skip" |