{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":309803582,"defaultBranch":"main","name":"action-tmate","ownerLogin":"dscho","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-11-03T20:48:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/127790?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712604057.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"e2927e10befd6e12de0ca386a88cf4135795cb26","ref":"refs/heads/test-on-alpine","pushedAt":"2024-04-08T19:20:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: test on alpine\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: test on alpine"}},{"before":"0a5ae38cea97239bdcf833e60976464f5a5477d1","after":"a283f9441d2d96eb62436dc46d7014f5d357ac22","ref":"refs/heads/main","pushedAt":"2023-09-26T06:12:24.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"chore: bump dependencices (#172)\n\n* - `@actions/tool-cache` v2.0.0 should not have any relevant breaking changes for us:\r\n - https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md\r\n- `@octokit/rest` v19/v20 should also not affect us:\r\n - https://github.com/octokit/rest.js/releases/tag/v19.0.0\r\n - https://github.com/octokit/rest.js/releases/tag/v20.0.0\r\n - Except: https://github.com/octokit/octokit.js/#fetch-missing\r\n\r\nFixes https://github.com/mxschmitt/action-tmate/issues/170\r\n\r\n* chore: use Node.js 20 instead\r\nnode18 is LTS as of today, but not supported in GitHub Actions, so using node20 instead as per https://github.com/actions/runner/issues/2619#issuecomment-1643716450.","shortMessageHtmlLink":"chore: bump dependencices (mxschmitt#172)"}},{"before":"31d971e4f13bf349436a2d5620495d75963a72ff","after":"9f2832807ca0a60b2487c6e19e9a492229920b47","ref":"refs/heads/detached-test-on-other-runner-pools","pushedAt":"2023-09-26T06:11:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: run on macOS\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: run on macOS"}},{"before":null,"after":"31d971e4f13bf349436a2d5620495d75963a72ff","ref":"refs/heads/detached-test-on-other-runner-pools","pushedAt":"2023-09-26T06:09:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"detached-test: allow running on pools other than `ubuntu-latest`\n\nThis allows testing with other operating systems, quickly.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"detached-test: allow running on pools other than ubuntu-latest"}},{"before":"a38d254a207b8bec302ba095123d317f0e603be4","after":null,"ref":"refs/heads/detached-mode","pushedAt":"2023-05-18T11:50:04.389Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"32f50a81402857f072a35b48c04eadef8cb63891","after":"a38d254a207b8bec302ba095123d317f0e603be4","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T21:06:44.735Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Add a GitHub workflow to manually test the detached mode\n\nTo better assess how useful the detached mode is, and whether it handles\nall of the corner cases correctly (client connects only during the post\njob phase, job is canceled while waiting for the session to end, etc),\nlet's have a GitHub workflow that can be triggered manually.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Add a GitHub workflow to manually test the detached mode"}},{"before":"3a23a5197fce4fede240fb3b6fe005c4ea4d297e","after":"32f50a81402857f072a35b48c04eadef8cb63891","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T20:56:53.582Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Add a GitHub workflow to manually test the detached mode\n\nTo better assess how useful the detached mode is, and whether it handles\nall of the corner cases correctly (client connects only during the post\njob phase, job is canceled while waiting for the session to end, etc),\nlet's have a GitHub workflow that can be triggered manually.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Add a GitHub workflow to manually test the detached mode"}},{"before":"3558cf31ec6d5e4057983e5f9f359939ee4836ed","after":"3a23a5197fce4fede240fb3b6fe005c4ea4d297e","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T20:18:35.752Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Manually test detached mode\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Manually test detached mode"}},{"before":"74ba0125ddb9310ffd678f550f38ab5166fd4da1","after":"3558cf31ec6d5e4057983e5f9f359939ee4836ed","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T19:53:35.768Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Manually test detached mode\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Manually test detached mode"}},{"before":"cb196f16019a35dbe83d8e23e22d33fb9f54ff79","after":"74ba0125ddb9310ffd678f550f38ab5166fd4da1","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T19:39:00.565Z","pushType":"push","commitsCount":4,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! npm run build","shortMessageHtmlLink":"fixup! npm run build"}},{"before":"e11c5a5a356cb0d8faefa50271d3116043649a36","after":"cb196f16019a35dbe83d8e23e22d33fb9f54ff79","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T17:30:32.318Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! Implement a \"detached\" mode","shortMessageHtmlLink":"fixup! Implement a \"detached\" mode"}},{"before":"506a1dd55cf0ea2a51db0cb1b1e884e3d33e8dcf","after":"e11c5a5a356cb0d8faefa50271d3116043649a36","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T17:24:57.078Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! Implement a \"detached\" mode","shortMessageHtmlLink":"fixup! Implement a \"detached\" mode"}},{"before":"035f53c5740e7d795418702f6091c6c2c99336c0","after":"506a1dd55cf0ea2a51db0cb1b1e884e3d33e8dcf","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T17:12:31.049Z","pushType":"push","commitsCount":3,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! npm run build","shortMessageHtmlLink":"fixup! npm run build"}},{"before":"e2dd687fb061b8b7e48e958f67d064b33d0201c8","after":"035f53c5740e7d795418702f6091c6c2c99336c0","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T17:09:27.718Z","pushType":"push","commitsCount":3,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! Manually test detached mode","shortMessageHtmlLink":"fixup! Manually test detached mode"}},{"before":"e13cfe9107aadde57fab4ef7b162b1921827d590","after":"e2dd687fb061b8b7e48e958f67d064b33d0201c8","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:43:27.364Z","pushType":"push","commitsCount":2,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! npm run build","shortMessageHtmlLink":"fixup! npm run build"}},{"before":"d2130fd50dbaeb3eb32b44e89ce82e073ea8b889","after":"e13cfe9107aadde57fab4ef7b162b1921827d590","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:26:55.695Z","pushType":"push","commitsCount":3,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! npm run build","shortMessageHtmlLink":"fixup! npm run build"}},{"before":"654e48d9025c95c34d7fca0d894eff317de9a47e","after":"d2130fd50dbaeb3eb32b44e89ce82e073ea8b889","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:23:34.726Z","pushType":"push","commitsCount":3,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! npm run build","shortMessageHtmlLink":"fixup! npm run build"}},{"before":"2237c839e4364ed448b48d7a87a5d746fdfd3221","after":"654e48d9025c95c34d7fca0d894eff317de9a47e","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:20:29.579Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Manually test detached mode\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Manually test detached mode"}},{"before":"bc11d01ec86bd90f17151d1dd2c5e9623d7d5d83","after":"2237c839e4364ed448b48d7a87a5d746fdfd3221","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:08:06.424Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Manually test detached mode\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Manually test detached mode"}},{"before":null,"after":"bc11d01ec86bd90f17151d1dd2c5e9623d7d5d83","ref":"refs/heads/detached-mode","pushedAt":"2023-05-17T16:02:35.565Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Manually test detached mode\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Manually test detached mode"}},{"before":"4d571a0f39394f14cc6b4496c288c3ccdd6dcb4d","after":null,"ref":"refs/heads/limit-access-to-actor-auto","pushedAt":"2023-05-17T08:39:58.109Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"4a5b6cfccbc3741e5c160e08c2f5233037caf3bb","after":"4d571a0f39394f14cc6b4496c288c3ccdd6dcb4d","ref":"refs/heads/limit-access-to-actor-auto","pushedAt":"2023-03-12T21:14:20.895Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"npm run build\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"npm run build"}},{"before":"66fd4be1899e6cd058446918d08cd64f06e60953","after":"2f830e6ecc0d0a48e5a4857385a90020bbb59194","ref":"refs/heads/test","pushedAt":"2023-03-12T21:12:14.609Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: pretend that there are no SSH keys\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: pretend that there are no SSH keys"}},{"before":"80ee18717b5ad27142be22879be224c402a6bf9e","after":"66fd4be1899e6cd058446918d08cd64f06e60953","ref":"refs/heads/test","pushedAt":"2023-03-12T21:08:38.912Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: pretend that there are no SSH keys\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: pretend that there are no SSH keys"}},{"before":"61708e8006260368a07d8ba1df194c9ce69b13e4","after":"80ee18717b5ad27142be22879be224c402a6bf9e","ref":"refs/heads/test","pushedAt":"2023-03-12T21:05:54.040Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Test implicit `limit-access-to-actor=auto`\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Test implicit limit-access-to-actor=auto"}},{"before":"595216466517915e831f22c5a94a38052764ffc3","after":"61708e8006260368a07d8ba1df194c9ce69b13e4","ref":"refs/heads/test","pushedAt":"2023-03-12T21:03:16.891Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Test implicit `limit-access-to-actor=auto`\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Test implicit limit-access-to-actor=auto"}},{"before":"c4ad7c8d4e5671205bca7983bfbbffc68075525a","after":"4a5b6cfccbc3741e5c160e08c2f5233037caf3bb","ref":"refs/heads/limit-access-to-actor-auto","pushedAt":"2023-03-12T20:58:46.289Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"npm run build\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"npm run build"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEK0fSfAA","startCursor":null,"endCursor":null}},"title":"Activity ยท dscho/action-tmate"}