Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move dependencies to workflows directory #85

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

crazygo
Copy link
Contributor

@crazygo crazygo commented Oct 27, 2024

Move dependencies to the .github/workflows directory and update the script to use import instead of require.

  • Add package.json and package-lock.json in .github/workflows directory

    • Create a new package.json file to manage dependencies.
    • Add necessary dependencies including @octokit/rest.
    • Include a package-lock.json file to lock the dependencies.
  • Update .github/workflows/create-update-iteration-plan.yml

    • Change the command to install dependencies from the .github/workflows directory.

For more details, open the Copilot Workspace session.

Move dependencies to the `.github/workflows` directory and update the script to use `import` instead of `require`.

* **Add `package.json` and `package-lock.json` in `.github/workflows` directory**
  - Create a new `package.json` file to manage dependencies.
  - Add necessary dependencies including `@octokit/rest`.
  - Include a `package-lock.json` file to lock the dependencies.

* **Update `.github/workflows/create-update-iteration-plan.yml`**
  - Change the command to install dependencies from the `.github/workflows` directory.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/askman-dev/askman-chrome-extension?shareId=XXXX-XXXX-XXXX-XXXX).
@crazygo crazygo merged commit c33cbc1 into main Oct 27, 2024
2 of 4 checks passed
@crazygo crazygo deleted the crazygo/move-dependencies-060 branch October 27, 2024 12:38
@crazygo crazygo modified the milestone: 2024-11 Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant