Skip to content
Merged

asd #12

Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 1 addition & 13 deletions .github/workflows/move-to-qa-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,9 @@ jobs:
- name: Move PR and related issues to QA Review
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
with:
# ⬇️ PAT with `repo` + `project` scopes (classic PAT)
gh_token: ${{ secrets.PROJECTS_AUTOMATION_PAT }}

# ⬇️ Choose ONE of these, depending on who owns the Project:
user: connor-callaghan
# organization: your-org-name # e.g. "cronometer"

# ⬇️ Project *ID* (not the project number in the URL)
project_id: 2 # replace with your real project id

# Node id of the PR that triggered this workflow
project_id: 2
resource_node_id: ${{ github.event.pull_request.node_id }}

# The value of your Status field that corresponds to the "QA Review" column
status_value: "In review"

# Also move any related issues to the same status
move_related_issues: true
5 changes: 5 additions & 0 deletions lib/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ void main() {
print('Hello, World!');
print('Hello, World!');


print('Hello, World!');
}

void printHello() {
print('Hello, World!');
}