Skip to content

Update Ember Deprecations #6

Update Ember Deprecations

Update Ember Deprecations #6

name: Update Ember Deprecations
on:
workflow_dispatch:
# schedule: 0 0 * * 1
jobs:
update-ember-deprecations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Make script executable
run: chmod +x ./scripts/update_ember_deprecations.rb
- name: Run deprecation script
run: ruby ./scripts/update_ember_deprecations.rb
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update ember deprecations
title: Update Ember Deprecations
body: |
This PR updates the list of Ember deprecations in the `deprecation-ids.yaml` file.
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request).
branch: update-ember-deprecations
delete-branch: true
path: ./lib/deprecation_collector/deprecation-ids.yaml