Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Microsoft on TypeScript && Danger
- NYC / Huddersfield
- Sign in to view email
- https://orta.io
Pro
-
Microsoft on TypeScript && Danger
- NYC / Huddersfield
- Sign in to view email
- https://orta.io
Pinned
4,343 contributions in the last year
Activity overview
Contributed to
microsoft/TypeScript-Website,
flappy-royale/flappy-royale,
microsoft/TypeScript
and 5 other
repositories
Contribution activity
May 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
- orta/streampub-1 JavaScript
- orta/streampub
- orta/deno-ci TypeScript
- orta/snake-in-typescript Lua
- orta/vscode-playdate TypeScript
- orta/setup-deno TypeScript
- orta/deno_test TypeScript
- orta/devdiv-onboarding HTML
- orta/playground-collaborate TypeScript
- orta/tsc-exclude-types-repro JavaScript
- orta/rome TypeScript
- orta/create-snowpack-app JavaScript
Created a pull request in DefinitelyTyped/DefinitelyTyped that received 5 comments
Make it "Definitely Typed" and revise docs on Definition Owners
This is README only changes, to give a better explanation about what a Definition Owner is and how you can be one
+96
−79
•
5
comments
- Add a concept of side-effects which allows for auto-merging the code-owners PR when it is green
- Use the access rights function to determine which project column to place the PR
- New libs should always end up in DT maintainer review
- When a PR goes from auto mergable to not - remove the comment offering to merge the PR
- Ignore the bot in checking for staleness
- Week -> Month for timeout
- Adds some docs and changes wording a bit
- Makes only one comment for all potentially outdated review comments
- Use GH actions to do the daily ping + trim the 'recently merged'
- Be laxer on who can comment and keep the PR alive
- Adds a scheduled task which runs the bot all open PRs
- Use switching from draft as a last date too
- Fix removing the PR from a project board
- Improve wording for the golden path
- Checks to see if the module is critically popular instead of 'not medium popular'
- Handles messaging when a PR makes a change to DT infra
- Adds a label for self-merging
- Adds unpkg urls to new deps
- Switch to prefix searching for 'ready to merge'
- Improve the travis status detection
- Handle NOOPing on status updates from merged PRs
- Adds messaging for 'scopredandconfiguration'
- Improve status fail logging
- When deciding whether to ping people, first remove the PR author
- NOOP for PRs which don't affect packaages
- Use the access rights function to determine which project column to place the PR
- Use GH actions to do the daily ping + trim the 'recently merged'
- Improve the travis status detection
- Ignore PR review edits
- When deciding whether to ping people, first remove the PR author
- Count reviews as fresh activity
Created an issue in sveltejs/language-tools that received 12 comments
CLI for validating project
Is your feature request related to a problem? Please describe.
Add a new package to the mono-repo which could be something like svelte-check. Perha…
12
comments
- Auto-merge bot PRs which change the codeowners when they are green
- A PR without tests which has reviews from a module owner should be in 'maintainer review'
- A PR with new packages should always end up in 'needs maintainer review';
- Add a way for a DT maintainer to declare it as being back to waiting for review
- Make time-out a month, not a week
- lastCommentDate should not include bot comments
- Verify scheduled task isn't working as expected
- Make the schedules task cull "Recently Merged" to the most recent 50
- Converting a PR from draft to ready should be classed as an activity which delays the bot closing
- All states where the bot closes a PR should remove the PR from projects
- Bot saying it needs tests when it had tests
- Something is up with the status update webhook
- Merge commits from accepting a PR causes a 500