# GitHub Actions: правила запуска стали общедоступными, для pull\_request\_target вводят ограничения

DevFeed: [GitHub Actions: правила запуска стали общедоступными, для pull\_request\_target вводят ограничения](<https://devfeed.tech/articles/github-actions-pull-request-target-42733.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/otus/news/1083676/>)

Author: MaxRokatansky (OTUS)

Published: 2026-09-18T07:27:15Z

Content type: news

Language: ru

Sources: [Tagir Valeev](<https://devfeed.tech/sources/tagir-valeev.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [API](<https://devfeed.tech/topics/api.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cicd-2622a5c70597](<https://devfeed.tech/tags/cicd-2622a5c70597.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [tag-070ecaaf0eda](<https://devfeed.tech/tags/tag-070ecaaf0eda.md>), [tag-431721c35e50](<https://devfeed.tech/tags/tag-431721c35e50.md>), [tag-7d2878fc3cc1](<https://devfeed.tech/tags/tag-7d2878fc3cc1.md>), [tag-9e079357c819](<https://devfeed.tech/tags/tag-9e079357c819.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

GitHub has made workflow execution protections for GitHub Actions generally available. The rules control who can trigger workflows and under which events, support file-specific policies, provide evaluation results in Insights, and can be managed through the REST API. GitHub is also introducing default restrictions for pull_request_target in affected public repositories.

## Source excerpt

GitHub вывел в общий доступ защиту запуска рабочих процессов Actions: правила позволяют контролировать, кто и при каких событиях может запускать пайплайны. Отдельное изменение касается pull_request_target, который в публичных репозиториях начнут блокировать по умолчанию. Разобраться в изменениях