Skip to content

Commit

Permalink
Merge pull request #183 from alejandro5042/bumpVersion334
Browse files Browse the repository at this point in the history
Fix: watchfor agentqueues also needs to watch for agentpools
  • Loading branch information
humberto-garza authored Mar 14, 2022
2 parents 693c172 + af932c3 commit f98bbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azdo-pr-dashboard.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==

// @name More Awesome Azure DevOps (userscript)
// @version 3.3.3
// @version 3.3.4
// @author Alejandro Barreto (NI)
// @description Makes general improvements to the Azure DevOps experience, particularly around pull requests. Also contains workflow improvements for NI engineers.
// @license MIT
Expand Down Expand Up @@ -130,7 +130,7 @@
addEditButtons(session);
});

eus.onUrl(/\/agentqueues(\?|\/)/gi, (session, urlMatch) => {
eus.onUrl(/\/(agentqueues|agentpools)(\?|\/)/gi, (session, urlMatch) => {
watchForAgentPage(session, pageData);
});

Expand Down

0 comments on commit f98bbd7

Please sign in to comment.