Skip to content

// ==UserScript== // @name AWS VPN - Close Window // @namespace Violentmonkey Scripts // @match http://127.0.0.1:35001/ // @grant window.close // @version 1.0 // @author Nicholas Hawkes // @description Close the tab when successful AWS VPN is on // @homepage https://gist.github.com/hawkesnc/ddfdb6f35ad23e8f4a00439bcaddaaa6 // ==/UserScript== setInterval(() => { window.close() }, 1000) #1830

// ==UserScript== // @name AWS VPN - Close Window // @namespace Violentmonkey Scripts // @match http://127.0.0.1:35001/ // @grant window.close // @version 1.0 // @author Nicholas Hawkes // @description Close the tab when successful AWS VPN is on // @homepage https://gist.github.com/hawkesnc/ddfdb6f35ad23e8f4a00439bcaddaaa6 // ==/UserScript== setInterval(() => { window.close() }, 1000)

// ==UserScript== // @name AWS VPN - Close Window // @namespace Violentmonkey Scripts // @match http://127.0.0.1:35001/ // @grant window.close // @version 1.0 // @author Nicholas Hawkes // @description Close the tab when successful AWS VPN is on // @homepage https://gist.github.com/hawkesnc/ddfdb6f35ad23e8f4a00439bcaddaaa6 // ==/UserScript== setInterval(() => { window.close() }, 1000) #1830

Triggered via issue October 26, 2024 23:42
Status Failure
Total duration 15s
Artifacts

new-issues.yaml

on: issues
Assign new issue to Triage Needed
5s
Assign new issue to Triage Needed
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Assign new issue to Triage Needed
Cannot read properties of undefined (reading 'id')
Assign new issue to Triage Needed
The following actions uses node12 which is deprecated and will be forced to run on node16: qmacro/action-add-issue-to-project-column@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Assign new issue to Triage Needed
The following actions use a deprecated Node.js version and will be forced to run on node20: qmacro/action-add-issue-to-project-column@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Assign new issue to Triage Needed
Unexpected input(s) 'token', 'project', 'column', valid inputs are ['repo']