Conversation
|
@@ -1,60 +1,56 @@ fibBot-# Project: "FibBot" GitHub Action -Overview: -Develop a GitHub Action in Rust that scans pull request content for numbers, calculates their Fibonacci numbers, and posts a comment with the results. The action will support two parameters (e.g., a flag to enable Fibonacci calculation and a threshold limit). -Each day, ensure that you have a new working component or improvement that corresponds to the milestone(s) for that day. -### 6-Day Milestone Plan with Daily Deliverables -### Day 1: Kickoff & Action Review-- Milestone 1: Review GitHub Actions Fundamentals
-### Day 2: Minimal Action Implementation-- Milestone 1: Build a “Hello World” Action in Rust
-### Day 3: Parameter Handling & Input Parsing-- Milestone 1: Define and Parse Inputs
-### Day 4: Core Logic Development-- Milestone 1: Extract Numbers from PR Content
-### Day 5: Integration & GitHub API Interaction-- Milestone 1: Combine Parsing & Calculation
-### Day 6: Full Workflow Testing & Documentation -- Milestone 1: End-to-End Workflow Testing
+### Add it to Your Workflow
+
|
Fibonacci output of each number in the pull_request is:
|
No description provided.