Lists level up the starring experience by making it easy to organize and curate your favorite repositories on GitHub. You can create public lists that appear on your stars page at https://github.com/USERNAME?tab=stars
. Lists are available to everyone except enterprise managed users.
Starting 12-09-2021, GitHub Actions workflows triggered by Dependabot for the create
, deployment
, and deployment_status
events will always receive a read-only token and no secrets.
Starting 12-09-2021, GitHub Actions workflows triggered by Dependabot for the pull_request_target
event on pull requests where the base ref was created by Dependabot will always receive a read-only token and no secrets.
Both changes are designed to prevent potentially malicious code from executing in a privileged workflow.
Learn more about using Actions and Dependabot together