/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Encryption/.github/workflows/close-pull-request.yml
13 строк
451 B
Julius Kiekbusch
Run all Tests on Ubuntu 24.04 (#51946)
28 июн 2024, 23:10
Не верифицирован
28 июн 2024, 23:10
2af00f1
Код
Авторство
О чём код?
name: Close Pull Request on: pull_request_target: types: [opened] jobs: run: runs-on: ubuntu-24.04 steps: - uses: superbrothers/close-pull-request@v3 with: comment: "Thank you for your pull request. However, you have submitted this PR on the Illuminate organization which is a read-only sub split of `laravel/framework`. Please submit your PR on the https://github.com/laravel/framework repository.<br><br>Thanks!"