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

Merge develop #53

Merged
merged 26 commits into from
Sep 8, 2021
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c1de2cd
Fix source branch ref
philip-gai Sep 2, 2021
eedc94e
Use GitHub Actions (#33)
philip-gai Sep 4, 2021
7da29a7
Bump @typescript-eslint/parser from 4.28.3 to 4.30.0
dependabot[bot] Sep 4, 2021
3b26394
Bump eslint from 7.31.0 to 7.32.0
dependabot[bot] Sep 4, 2021
d53ffca
Bump @actions/core from 1.4.0 to 1.5.0
dependabot[bot] Sep 4, 2021
15aaf05
Merge branch 'main' into develop
philip-gai Sep 6, 2021
39d1f6e
Add permissions to workflows
philip-gai Sep 6, 2021
8a032f5
Cleanup naming
philip-gai Sep 6, 2021
3f473ed
Create example .yml
philip-gai Sep 6, 2021
7d6da0f
Begin updating README
philip-gai Sep 6, 2021
f85dacf
Update README.md
philip-gai Sep 6, 2021
c9ce6c6
Update README.md
philip-gai Sep 6, 2021
a1e1c22
Bump eslint-plugin-jest from 24.3.6 to 24.4.0
dependabot[bot] Sep 6, 2021
cd2b4da
Bump eslint-plugin-github from 4.1.1 to 4.2.0
dependabot[bot] Sep 6, 2021
3613859
Bump prettier from 2.2.1 to 2.3.2
dependabot[bot] Sep 6, 2021
fe40a86
Bump @types/node from 16.3.3 to 16.7.10
dependabot[bot] Sep 6, 2021
aaf3c70
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/actions/…
philip-gai Sep 6, 2021
68fab4c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-7…
philip-gai Sep 6, 2021
b6dfa41
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-p…
philip-gai Sep 6, 2021
b4f0c57
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-p…
philip-gai Sep 6, 2021
73b718d
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/prettier…
philip-gai Sep 6, 2021
81fb996
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/no…
philip-gai Sep 6, 2021
bcab8fe
Update dist
philip-gai Sep 6, 2021
26b9048
Fix linting after dependabot updates
philip-gai Sep 6, 2021
ed1f81d
Add branding
philip-gai Sep 6, 2021
aa71403
Merge branch 'main' into develop
philip-gai Sep 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Azure DevOps ChatOps"
description: "Integrate GitHub with Azure DevOps via ChatOps"
author: "philip-gai"
branding:
icon: 'git-branch'
color: 'blue'
inputs:
ado_domain:
description: "The domain your ADO instance is in"
Expand Down