This file contains hidden or 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
| // ==UserScript== | |
| // @name Azure DevOps PR Emoji Commends | |
| // @namespace https://dev.azure.com/ | |
| // @version 1.0.0 | |
| // @description Insert emojis into comments on all Azure DevOps PRs | |
| // @match https://dev.azure.com/*/*/_git/*/pullrequest/* | |
| // @run-at document-start | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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
| variable "environment" { | |
| type = string | |
| } | |
| locals { | |
| fullName = "weather-forecast-${var.environment}" | |
| } | |
| terraform { | |
| required_providers { |
This file contains hidden or 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
| signInAs('iTzzJack1') | |
| connectTo('Jackyy') | |
| if (message.startsWith === 'The creepers have given up!') { | |
| sendMessage('!heist 999999999') | |
| } |