Skip to content

Commit d7ecbc9

Browse files
authored
Update pull_request.yml
1 parent acc821d commit d7ecbc9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/pull_request.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ jobs:
1616
- name: Assign author to PR
1717
uses: technote-space/assign-author@v1.6.2
1818

19-
- name: Get current date
20-
id: date
21-
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
19+
# - name: Get current date
20+
# id: date
21+
# run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2222

23-
- uses: actions/checkout@v4.1.1
24-
with:
25-
token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
26-
persist-credentials: 'false'
23+
# - uses: actions/checkout@v4.1.1
24+
# with:
25+
# token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
26+
# persist-credentials: 'false'
2727

28-
- uses: actions/add-to-project@v1.0.2 # This adds the issue to the project
29-
with:
30-
project-url: https://github.com/orgs/kubestellar/projects/5
31-
github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
32-
id: add-project
28+
# - uses: actions/add-to-project@v1.0.2 # This adds the issue to the project
29+
# with:
30+
# project-url: https://github.com/orgs/kubestellar/projects/5
31+
# github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
32+
# id: add-project
3333

34-
- uses: titoportas/update-project-fields@v0.1.0
35-
with:
36-
project-url: https://github.com/orgs/kubestellar/projects/5
37-
github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
38-
item-id: ${{ steps.add-project.outputs.itemId }} # Use the item-id output of the previous step
39-
field-keys: Status,Date Posted
40-
field-values: In Progress,${{ steps.date.outputs.date }}
34+
# - uses: titoportas/update-project-fields@v0.1.0
35+
# with:
36+
# project-url: https://github.com/orgs/kubestellar/projects/5
37+
# github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
38+
# item-id: ${{ steps.add-project.outputs.itemId }} # Use the item-id output of the previous step
39+
# field-keys: Status,Date Posted
40+
# field-values: In Progress,${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)