copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.71k stars 122 forks source link

Bump up to copilot.vim 1.14 #241

Closed dannywillems closed 5 months ago

dannywillems commented 5 months ago

Updating dist directory. I am not sure it is the only changes to perform. I'm testing on my machine with the branch dw/main.

Something like:

git clone https://github.com/github/copilot.vim/ /tmp/copilot.vim
cd /tmp/copilot.vim
git checkout v1.14.0
git clone https://github.com/github/copilot.vim/ /tmp/copilot.el
cd /tmp/copilot.el
rm -rf dist
cp -r /tmp/copilot.vim/dist/ /tmp/copilot.el/dist
zerolfx commented 5 months ago

@dannywillems Thanks for testing! For convenience and integrity, we'll use CI to update the dist folder. We disabled automatic CI updates due to potential breaking changes. @emil-vdw You can manually trigger the GitHub workflow to update the dist folder and close the PR as well as related issues then.

emil-vdw commented 5 months ago

@zerolfx I ran the workflow but it resulted in an authentication error. Maybe related to the repo move or the token just expired? Anyway I don't have access to be able to fix it myself. If you wouldn't mind checking the secrets.GITHUB_TOKEN is correct.

zerolfx commented 5 months ago

@emil-vdw Fixed. Please also help on updating the CI to remove old files from the dist directory.

emil-vdw commented 5 months ago

Update handled by workflow. #242 opened to remove dist files that have been removed upstream.