/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/reminders.yml
23 строки
744 B
Huáng Jùnliàng
Rename proposal explicit resource management (#17340)
02 июн 2025, 16:07
Не верифицирован
02 июн 2025, 16:07
f3fca59
Код
Авторство
О чём код?
name: Open issue to remind doing something on: schedule: - cron: 0 0 15 07 * permissions: issues: write jobs: npm_deprecate: name: Create issue for deprecating npm packages runs-on: ubuntu-latest steps: - name: Issue Bot Action uses: imjohnbo/issue-bot@v3.4.3 with: assignees: nicolo-ribaudo title: "Deprecate renamed npm packages" body: |- Please run these commands: ``` npm deprecate @babel/plugin-proposal-explicit-resource-management "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-explicit-resource-management instead." ```