-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Add latest version of Google Apps Scripts to GitHub #3641
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ETA: Monday 3/27 EOD |
I have a blocker on the following action items:
There's currently no active branch for this issue on my forked repo as the final action item consists of pushing the changes made in the previous steps. Thanks in advance for the help! |
Hi @Sebster3 - You should be working in a new issue branch created in Action Item #3. That branch will be pushed to a branch on your forked repo as the final action item. |
Thanks for helping @roslynwythe! It looks like I'll need edit access to |
Permissions have been granted. You should now see an Extensions menu on |
Thanks @roslynwythe! The recent set of permissions you provided got everything back on track and a PR is now open :) |
Overview
The Google Apps Scripts used by the website project should be added to the website git repository. This will allow version control and tracking of changes made to the App Scripts over time.
Action Items
.clasp.json
, then rungit add .gitignore
npm install clasp
andnpm install @types/google-apps-script
clasp login
, then authenticate to Google Drive and grant permissions to the clasp appclasp clone <ID>
where the script ID can be found on the corresponding Projects Settings page in the Google Drive IDE, then usegit add
to add the following files to the new issue branch: Code.js, appsscript.json, package.json, package-lock.jsongit commit
, then push changes to your fork of gh-pages, then create PR in the usual manner.Merge Team - Upon Completion
Example folder structure:
├── google-apps-scripts
│ └── wins-form-responses
│ └── Code.js, appscript.json, package-lock.json, package.json
Resources
The text was updated successfully, but these errors were encountered: