githubtraining/training-manual 29
Home of the words in the GitHub Training Manual and teaching scripts.
ap0phi5/actions-runner-controller 0
Kubernetes controller for GitHub Actions self-hosted runnners
Kubernetes community content
ap0phi5/conflict-practice-ppremk 0
Let's resolve some conflicts.
A static site for the Jenkins automation server
Let's learn about Git and GitHub
Accelerating new GitHub Actions workflows
issue openedprobot/settings
Can we use to install other github apps on repositories using setting bot
Can we install app teams to use setting bot to install other github probots such as renovate-approve bot on their repos. Can we achieve this using settings bot ?
created time in 3 hours
pull request commentgithubtraining/training-manual
Add submodule and subtree content
done
comment created time in 4 days
Pull request review commentgithubtraining/training-manual
Add submodule and subtree content
+## Git submodules++In some instances, you might want to store the contents of another repository within your repository based on a specific commit in that other repository's history. Git provides a functionality to cover this need in the form of Git submodules.++Git submodules enable you to include the contents of another repository based on a specific commit. This means while changes occur in the other repository you are able to continue utilize that project's history at a specific point.
done
comment created time in 4 days
Pull request review commentgithubtraining/training-manual
Add submodule and subtree content
+## Git subtrees++Subtrees are a git tool for including the content of another repository as a dependency of your project. As an example, if you are working on a repository that would benefit from having the contents of another repository, subtrees might be the tool you need. Unlike submodules which require the use of a `.gitmodule` file to manage the inclusion of another repository in your repository, subtrees don't rely on external files to be managed. +++### Activity: Adding a subtree++#### Setting up the empty repository for a subtree merge++1. Open your preferred command line tool.+2. Create a new directory and navigate to it.+
done
comment created time in 4 days
pull request commentgithubtraining/training-manual
Add submodule and subtree content
done
comment created time in 4 days
push eventprobot/settings
commit sha 83eb6a4ac95b2501bcf4032c457d4d4cb61bf2e7
Add missing setting note (required_linear_history)
commit sha 9d2551e2b7e314f55f28871c7e67a612716239cf
Merge pull request #379 from JoshuaTheMiller/master Document additional branch protection option in README (required_linear_history)
push time in 5 days
PR merged probot/settings
This proposes a tweak to the README so that folks know that required_linear_history is available without resorting to issue spelunking.
Related Issues
This has been requested at least twice:
- #220 (this may have been related to the enhancement, to be fair)
- #292
Notes
I'm open to this turning into an "Add additional supported options to README" PR.
pr closed time in 5 days
pull request commentprobot/settings
Document additional branch protection option in README (required_linear_history)
I'm open to this turning into an "Add additional supported options to README" PR.
if there are additional updates you'd like to contribute, i'm happy to discuss
comment created time in 5 days
PR opened probot/settings
A few people (myself included, to be honest), did not realize required_linear_history was supported without resorting to issue spelunking. This is a simple tweak to the README so that folks know it is available.
Related Issues
- #292
- #220
Notes
If there are other options that should be documented, maybe this PR could turn into a "Add additional supported options" PR. I'm open to it, at least.
pr created time in 5 days
delete branch probot/settings
delete branch : dependabot/npm_and_yarn/probot-10.17.2
delete time in 8 days
push eventprobot/settings
commit sha 131d90d083fab837469efdd3352d047f20726aa8
fix(deps): bump probot from 10.17.1 to 10.17.2 Bumps [probot](https://github.com/probot/probot) from 10.17.1 to 10.17.2. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v10.17.1...v10.17.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
push time in 8 days
PR merged probot/settings
Bumps probot from 10.17.1 to 10.17.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/probot/probot/releases">probot's releases</a>.</em></p> <blockquote> <h2>v10.17.2</h2> <h2><a href="https://github.com/probot/probot/compare/v10.17.1...v10.17.2">10.17.2</a> (2020-11-22)</h2> <h3>Bug Fixes</h3> <ul> <li>remove <code>GHE_HOST</code> deprecation message when using <code>probot run</code> cli (<a href="https://github-redirect.dependabot.com/probot/probot/issues/1423">#1423</a>) (<a href="https://github.com/probot/probot/commit/0ec5f23098dca444004005b40fc029de32adb7b8">0ec5f23</a>), closes <a href="https://github-redirect.dependabot.com/probot/probot/issues/1422">#1422</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/probot/probot/commit/0ec5f23098dca444004005b40fc029de32adb7b8"><code>0ec5f23</code></a> fix: remove <code>GHE_HOST</code> deprecation message when using <code>probot run</code> cli (<a href="https://github-redirect.dependabot.com/probot/probot/issues/1423">#1423</a>)</li> <li>See full diff in <a href="https://github.com/probot/probot/compare/v10.17.1...v10.17.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
pull request commentprobot/settings
fix(deps): bump probot from 10.17.1 to 10.17.2
Dependabot tried to automerge this PR, but received the following error from GitHub:
At least 1 approving review is required by reviewers with write access.
comment created time in 8 days
create barnchprobot/settings
branch : dependabot/npm_and_yarn/probot-10.17.2
created branch time in 8 days
PR opened probot/settings
Bumps probot from 10.17.1 to 10.17.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/probot/probot/releases">probot's releases</a>.</em></p> <blockquote> <h2>v10.17.2</h2> <h2><a href="https://github.com/probot/probot/compare/v10.17.1...v10.17.2">10.17.2</a> (2020-11-22)</h2> <h3>Bug Fixes</h3> <ul> <li>remove <code>GHE_HOST</code> deprecation message when using <code>probot run</code> cli (<a href="https://github-redirect.dependabot.com/probot/probot/issues/1423">#1423</a>) (<a href="https://github.com/probot/probot/commit/0ec5f23098dca444004005b40fc029de32adb7b8">0ec5f23</a>), closes <a href="https://github-redirect.dependabot.com/probot/probot/issues/1422">#1422</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/probot/probot/commit/0ec5f23098dca444004005b40fc029de32adb7b8"><code>0ec5f23</code></a> fix: remove <code>GHE_HOST</code> deprecation message when using <code>probot run</code> cli (<a href="https://github-redirect.dependabot.com/probot/probot/issues/1423">#1423</a>)</li> <li>See full diff in <a href="https://github.com/probot/probot/compare/v10.17.1...v10.17.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 8 days
delete branch probot/settings
delete branch : dependabot/npm_and_yarn/probot-10.17.0
delete time in 10 days
push eventprobot/settings
commit sha 0e4669d8a0520860be829a36ffe1ef2cae799b64
fix(deps): bump probot from 10.16.0 to 10.17.1 (#375) Co-authored-by: Gregor Martynus <[email protected]>
push time in 10 days
PR merged probot/settings
Bumps probot from 10.16.0 to 10.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/probot/probot/releases">probot's releases</a>.</em></p> <blockquote> <h2>v10.17.0</h2> <h1><a href="https://github.com/probot/probot/compare/v10.16.0...v10.17.0">10.17.0</a> (2020-11-20)</h1> <h3>Features</h3> <ul> <li><code>import { run } from "probot"</code>. Deprecates Probot.run() (<a href="https://github.com/probot/probot/commit/f35b58a54c782490dc7749baf9726a5863055097">f35b58a</a>)</li> <li><code>new Probot({ baseUrl })</code>. Deprecates <code>GHE_HOST</code> / <code>GHE_PROTOCOL</code> when using with the <code>Probot</code> constructor (<a href="https://github.com/probot/probot/commit/7abbef776c3a9136210306d02008df5a426b95f0">7abbef7</a>)</li> <li><code>new Probot({ logLevel })</code>. Deprecates <code>LOG_LEVEL</code> when using <code>Probot</code> constructor (<a href="https://github.com/probot/probot/commit/7c46218da89b8248a6c1943fabe5713466756330">7c46218</a>)</li> <li>deprecate <code>INSTALLATION_TOKEN_TTL</code> (<a href="https://github.com/probot/probot/commit/dfc59fc20ce11d4b74648cdaac5490cefad59a0c">dfc59fc</a>)</li> <li>deprecate <code>LOG_FORMAT</code>, <code>LOG_LEVEL_IN_STRING</code>, <code>SENTRY_DSN</code> environment variables when using <code>Probot</code> constructor. Pass a custom log instance instead: (<a href="https://github.com/probot/probot/commit/514c7645e86067de9abb0ab402f83ac705f8547f">514c764</a>)</li> <li>deprecate <code>REDIS_URL</code> environment variable when using with the <code>Probot</code> constructor. Use <code>new Probot({ redisConfig: "redis://..." })</code> instead (<a href="https://github.com/probot/probot/commit/1dbd999982ea8954f9dade3f89fe67d1da469bd7">1dbd999</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/probot/probot/commit/7abbef776c3a9136210306d02008df5a426b95f0"><code>7abbef7</code></a> feat: <code>new Probot({ baseUrl })</code>. Deprecates <code>GHE_HOST</code> / <code>GHE_PROTOCOL</code> when ...</li> <li><a href="https://github.com/probot/probot/commit/cea43181063e1ea52f16696763a79f5d0b7e4a85"><code>cea4318</code></a> docs: <code>context.github</code> is now <code>context.octokit</code></li> <li><a href="https://github.com/probot/probot/commit/e67b78511f672059698e9176ab0bbdf7bae4628c"><code>e67b785</code></a> refactor: move GHE_HOST check into <code>bin/probot</code></li> <li><a href="https://github.com/probot/probot/commit/1dbd999982ea8954f9dade3f89fe67d1da469bd7"><code>1dbd999</code></a> feat: deprecate <code>REDIS_URL</code> environment variable when using with the <code>Probot</code>...</li> <li><a href="https://github.com/probot/probot/commit/514c7645e86067de9abb0ab402f83ac705f8547f"><code>514c764</code></a> feat: deprecate <code>LOG_FORMAT</code>, <code>LOG_LEVEL_IN_STRING</code>, <code>SENTRY_DSN</code> environment...</li> <li><a href="https://github.com/probot/probot/commit/f50f68f485f62a4116e9788127d25d9ef6b37964"><code>f50f68f</code></a> refactor: <code>getLog(level)</code> -> <code>getLog({ level })</code></li> <li><a href="https://github.com/probot/probot/commit/7c46218da89b8248a6c1943fabe5713466756330"><code>7c46218</code></a> feat: <code>new Probot({ logLevel })</code>. Deprecates <code>LOG_LEVEL</code> when using <code>Probot</code> ...</li> <li><a href="https://github.com/probot/probot/commit/8ee18cdd4a2cc44dd1687e0b6920b133886a10c3"><code>8ee18cd</code></a> refactor: move <code>Probot</code> code to <code>src/probot.ts</code></li> <li><a href="https://github.com/probot/probot/commit/f35b58a54c782490dc7749baf9726a5863055097"><code>f35b58a</code></a> feat: <code>import { run } from "probot"</code>. Deprecates Probot.run()</li> <li><a href="https://github.com/probot/probot/commit/3f0974b4d2b6bee35fc7c7a1e43e693e22f4e731"><code>3f0974b</code></a> refactor: move probot commands into <code>src/bin/</code> folder</li> <li>Additional commits viewable in <a href="https://github.com/probot/probot/compare/v10.16.0...v10.17.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 10 days
push eventprobot/settings
commit sha dc19ae426c5fa538aea25781f1235995f0198a46
fix: address deprecation from probot 10.15.0 `context.github` is now `context.octokit` https://github.com/probot/probot/releases/tag/v10.15.0
commit sha b15d34c720f659776380fad89f358510c3596c98
fix(deps): bump probot to 10.17.1
push time in 10 days
pull request commentprobot/settings
fix(deps): bump probot from 10.16.0 to 10.17.0
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
comment created time in 10 days
PR opened probot/settings
Bumps probot from 10.16.0 to 10.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/probot/probot/releases">probot's releases</a>.</em></p> <blockquote> <h2>v10.17.0</h2> <h1><a href="https://github.com/probot/probot/compare/v10.16.0...v10.17.0">10.17.0</a> (2020-11-20)</h1> <h3>Features</h3> <ul> <li><code>import { run } from "probot"</code>. Deprecates Probot.run() (<a href="https://github.com/probot/probot/commit/f35b58a54c782490dc7749baf9726a5863055097">f35b58a</a>)</li> <li><code>new Probot({ baseUrl })</code>. Deprecates <code>GHE_HOST</code> / <code>GHE_PROTOCOL</code> when using with the <code>Probot</code> constructor (<a href="https://github.com/probot/probot/commit/7abbef776c3a9136210306d02008df5a426b95f0">7abbef7</a>)</li> <li><code>new Probot({ logLevel })</code>. Deprecates <code>LOG_LEVEL</code> when using <code>Probot</code> constructor (<a href="https://github.com/probot/probot/commit/7c46218da89b8248a6c1943fabe5713466756330">7c46218</a>)</li> <li>deprecate <code>INSTALLATION_TOKEN_TTL</code> (<a href="https://github.com/probot/probot/commit/dfc59fc20ce11d4b74648cdaac5490cefad59a0c">dfc59fc</a>)</li> <li>deprecate <code>LOG_FORMAT</code>, <code>LOG_LEVEL_IN_STRING</code>, <code>SENTRY_DSN</code> environment variables when using <code>Probot</code> constructor. Pass a custom log instance instead: (<a href="https://github.com/probot/probot/commit/514c7645e86067de9abb0ab402f83ac705f8547f">514c764</a>)</li> <li>deprecate <code>REDIS_URL</code> environment variable when using with the <code>Probot</code> constructor. Use <code>new Probot({ redisConfig: "redis://..." })</code> instead (<a href="https://github.com/probot/probot/commit/1dbd999982ea8954f9dade3f89fe67d1da469bd7">1dbd999</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/probot/probot/commit/7abbef776c3a9136210306d02008df5a426b95f0"><code>7abbef7</code></a> feat: <code>new Probot({ baseUrl })</code>. Deprecates <code>GHE_HOST</code> / <code>GHE_PROTOCOL</code> when ...</li> <li><a href="https://github.com/probot/probot/commit/cea43181063e1ea52f16696763a79f5d0b7e4a85"><code>cea4318</code></a> docs: <code>context.github</code> is now <code>context.octokit</code></li> <li><a href="https://github.com/probot/probot/commit/e67b78511f672059698e9176ab0bbdf7bae4628c"><code>e67b785</code></a> refactor: move GHE_HOST check into <code>bin/probot</code></li> <li><a href="https://github.com/probot/probot/commit/1dbd999982ea8954f9dade3f89fe67d1da469bd7"><code>1dbd999</code></a> feat: deprecate <code>REDIS_URL</code> environment variable when using with the <code>Probot</code>...</li> <li><a href="https://github.com/probot/probot/commit/514c7645e86067de9abb0ab402f83ac705f8547f"><code>514c764</code></a> feat: deprecate <code>LOG_FORMAT</code>, <code>LOG_LEVEL_IN_STRING</code>, <code>SENTRY_DSN</code> environment...</li> <li><a href="https://github.com/probot/probot/commit/f50f68f485f62a4116e9788127d25d9ef6b37964"><code>f50f68f</code></a> refactor: <code>getLog(level)</code> -> <code>getLog({ level })</code></li> <li><a href="https://github.com/probot/probot/commit/7c46218da89b8248a6c1943fabe5713466756330"><code>7c46218</code></a> feat: <code>new Probot({ logLevel })</code>. Deprecates <code>LOG_LEVEL</code> when using <code>Probot</code> ...</li> <li><a href="https://github.com/probot/probot/commit/8ee18cdd4a2cc44dd1687e0b6920b133886a10c3"><code>8ee18cd</code></a> refactor: move <code>Probot</code> code to <code>src/probot.ts</code></li> <li><a href="https://github.com/probot/probot/commit/f35b58a54c782490dc7749baf9726a5863055097"><code>f35b58a</code></a> feat: <code>import { run } from "probot"</code>. Deprecates Probot.run()</li> <li><a href="https://github.com/probot/probot/commit/3f0974b4d2b6bee35fc7c7a1e43e693e22f4e731"><code>3f0974b</code></a> refactor: move probot commands into <code>src/bin/</code> folder</li> <li>Additional commits viewable in <a href="https://github.com/probot/probot/compare/v10.16.0...v10.17.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 10 days
create barnchprobot/settings
branch : dependabot/npm_and_yarn/probot-10.17.0
created branch time in 10 days
issue commentprobot/settings
Support for custom autolink references
For anyone who comes here looking for this, please feel free to +1 the API feature request to help push it along:
https://github.community/t/support-autolink-reference-configuration-in-the-api/14614
comment created time in 11 days
push eventprobot/settings
commit sha 7f7ba6604836b621d06f422af203639f894cf35c
feat: allow enabling/disabling vulnerability alerts for repos
commit sha 7e3582b5fcf4311e148a10b0513933aa6a90a405
feat: allow enabling/disabling automated security fixes for repos
commit sha 44365d6f638bb1e8d19f09e8441d70635dec09c9
feat: break out integration tests
commit sha 20e72fbcf2400b6b59639b553a8cd35a13dbdafb
Merge pull request #286 from aaricpittman/vulnerability-alerts
push time in 11 days
issue closedprobot/settings
Add support for data services (vulnerability alerts and the dependency graph )
Prerequisites:
The github UI allows for "Data services" these include dependency graph and security alerts which are exposed by the API https://developer.github.com/v3/repos/#enable-vulnerability-alerts
New Feature
These should be added as options in the yaml file so they can automatically be set.
closed time in 11 days
timReynoldspull request commentprobot/settings
Support Vulnerability Alerts and Automated Security Fixes
looks good to me. thanks a lot for the contribution and for your patience with getting this integration. i really appreciate the help
comment created time in 11 days
push eventgithubtraining/training-manual
commit sha 5d113bb432e886eb3af46f2c8edab7932d4c724b
Fix incorrect information for tag object
commit sha da7f14fe3b133cfc38eb824d81449c8f07e292f7
Merge pull request #276 from githubtraining/fix-tag-description Fix incorrect information for tag object
push time in 11 days
delete branch githubtraining/training-manual
delete branch : fix-tag-description
delete time in 11 days
PR merged githubtraining/training-manual
As per subject.
pr closed time in 11 days