feat(skills): add Terramate migration reference to atmos-migration #22401
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # The workflow name **must** be "autofix.ci" for Autofix CI to function correctly. | |
| # Any deviation from this name will cause Autofix CI to fail, as it relies on this | |
| # specific identifier for execution. This is a strict requirement of Autofix CI. | |
| name: autofix.ci | |
| on: pull_request | |
| permissions: | |
| contents: read | |
| actions: write | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "See Atmos Pro" |