2021-06-03 ALBだけでメンテナンス画面用のレスポンスを返す / ラベル関連の GitHub Actions
ALBだけでメンテナンス画面用のレスポンスを返す
- Elastic Load Balancing で Application Load Balancer のリダイレクトおよび固定レスポンスのサポートを発表
- [新機能]EC2やS3不要!ALBだけでメンテナンス画面を表示するなど固定レスポンスが返せるようになりました! | DevelopersIO
ALBのこの機能を使えば ALB のみの機能で完結するかたちでレスポンスを返すことができる。
ラベル関連の GitHub Actions
- labeler/labeler.ts at main · actions/labeler
- dessant/label-actions: 🤖 GitHub Action that performs certain actions when issues or pull requests are labeled or unlabeled
このへんをイベントチェインさせて使おうと思ったら、PATを使う必要があるようだ。
Work with Other Auto Label Actions
You need to provide a personal access token (with public_repo for a public repository, repo for a private repository) to an auto label GitHub Actions or GitHub Bot like actions/labeler.
Authenticating with the GITHUB_TOKEN - GitHub Docs
When you use the repository’s GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository’s GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur.