Skip to content

Commit

Permalink
fix: update team for release PR reviewers (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Oct 31, 2023
1 parent 0f173c2 commit 74c4c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-mice-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-node': patch
---

New Airnode version changeset initialization
2 changes: 1 addition & 1 deletion docker/scripts/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { runCommand } from './utils';

const OWNER = 'api3dao';
const REPOSITORY = 'airnode';
const TEAM = 'airnode';
const TEAM = 'airnode-releasers';

const initializeOctokit = () => {
const githubToken = process.env.GITHUB_TOKEN;
Expand Down

0 comments on commit 74c4c29

Please sign in to comment.